This commit is contained in:
adri
2017-12-15 14:33:29 +01:00
parent ed0934435b
commit f75cf9b7af
5 changed files with 34 additions and 11 deletions

View File

@@ -4,5 +4,5 @@ if (( $EUID != 0 )); then
exit
fi
SERVICEtoSTOP="mysql"
echo "Démarage d'$SERVICEtoSTOP"
service "$SERVICEtoSTOP" stop
echo "Arret d'$SERVICEtoSTOP"
service "$SERVICEtoSTOP" stop