From: Guillaume Pellerin Date: Fri, 2 Mar 2018 16:02:24 +0000 (+0100) Subject: Fix cron path X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3ab8493eb7d5834c7284174331a339a6f30bce38;p=docker-django-scripts.git Fix cron path --- diff --git a/upgrade.sh b/upgrade.sh index 594359f..89df740 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -27,5 +27,5 @@ fi # Install local cron to if [ "$1" = "--cron" ]; then - sudo cp /srv/ircam-www/etc/cron.d/app /etc/cron.d/ircam-www + sudo cp ./etc/cron.d/* /etc/cron.d/ fi