Update mint.sh

This commit is contained in:
olli 2023-07-07 09:37:39 +02:00
parent 1554745a1f
commit f4fdf07b80

View File

@ -29,6 +29,9 @@ then
hostnamectl set-hostname ${host}.${mydomain} hostnamectl set-hostname ${host}.${mydomain}
fi 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
set -x set -x
# Cleanup broken installs # Cleanup broken installs