From 9c0a8ce19e6bc8572f1bb0a67ef1261b70a4aaa2 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 18 Jul 2023 13:53:37 +0200 Subject: [PATCH] mint.sh aktualisiert --- mint.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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