Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Sep 7, 2024
1 parent 27f1754 commit 3d511ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install/OS_specific/Docker/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ service_mariadb(){

docker_stop() {
echo "${JAUNE}Stopping Jeedom container${NORMAL}"
echo "${VERT}Killing CRON${NORMAL}"
killall cron
echo "${VERT}Stopping Apache gracefully${NORMAL}"
service apache2 stop
if [[ 1 -eq ${ISMARIABDBINSTALLED} ]]; then
Expand All @@ -34,7 +32,8 @@ docker_stop() {
echo "${VERT}Stopping ATD gracefully${NORMAL}"
service atd stop
echo "${ROUGE}Requesting stop on init.sh${NORMAL}"
touch ${FILE_STOP}
echo "${VERT}Killing CRON${NORMAL}"
killall cron
exit 0
}

Expand Down

0 comments on commit 3d511ec

Please sign in to comment.