diff --git a/mint.sh b/mint.sh index d0d13bd..90081bb 100644 --- a/mint.sh +++ b/mint.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -mydomain="ds9.dedyn.io" +mydomain="mint.ds9.dedyn.io" echo "!!! ACHTUNG !!! @@ -32,6 +32,10 @@ fi # fix for creating notify.sh dir from docker start if file not present [ -d /usr/local/bin/notify.sh ] && rmdir /usr/local/bin/notify.sh +# remove old updater if exists +[ -f /etc/cron.d/mint-config-update ] && rm /etc/cron.d/mint-config-update + + set -x # Cleanup broken installs