From d54eb7dc10ac0ea1fbd31aa5ce13762ace2dc148 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Thu, 11 Jul 2019 23:03:13 +0200 Subject: [PATCH] Fixed bug. --- start_or_update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start_or_update.sh b/start_or_update.sh index 44e26fd..d1d05fe 100755 --- a/start_or_update.sh +++ b/start_or_update.sh @@ -7,4 +7,5 @@ unset VERSION_MYSQL VERSION_CRON VERSION_MYSQL=$(git ls-remote ssh://git@git.scimetis.net:2222/yohan/docker-mysql.git| head -1 | cut -f 1|cut -c -10) \ VERSION_CRON=$(git ls-remote ssh://git@git.scimetis.net:2222/yohan/docker-cron.git| head -1 | cut -f 1|cut -c -10) \ sudo -E bash -c 'docker-compose up -d --force-recreate' -rm -f crontab debian.cnf +# We cannot remove the secrets files or restarting the container would become impossible +#rm -f crontab debian.cnf