7 lines
72 B
7 lines
72 B
1 year ago
|
#!/bin/bash
|
||
|
|
||
|
systemctl enable mariadb
|
||
|
systemctl restart mariadb
|
||
|
|
||
|
exit 0
|