mint.sh aktualisiert
This commit is contained in:
parent
0ad8048f50
commit
9c0a8ce19e
6
mint.sh
6
mint.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user