mint.sh aktualisiert

This commit is contained in:
olli 2023-07-18 13:53:37 +02:00
parent 0ad8048f50
commit 9c0a8ce19e

View File

@ -1,6 +1,6 @@
#!/bin/bash -e #!/bin/bash -e
mydomain="ds9.dedyn.io" mydomain="mint.ds9.dedyn.io"
echo "!!! ACHTUNG !!! echo "!!! ACHTUNG !!!
@ -32,6 +32,10 @@ fi
# fix for creating notify.sh dir from docker start if file not present # 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 [ -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 set -x
# Cleanup broken installs # Cleanup broken installs