First commit
This commit is contained in:
8
mysqlStart
Executable file
8
mysqlStart
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
if (( $EUID != 0 )); then
|
||||
echo "Il faut les droit root pour executer la tache"
|
||||
exit
|
||||
fi
|
||||
SERVICEtoSTART="mysql"
|
||||
echo "Démarage d'$SERVICEtoSTART"
|
||||
service "$SERVICEtoSTART" start
|
||||
Reference in New Issue
Block a user