Update mint.sh
This commit is contained in:
parent
1554745a1f
commit
f4fdf07b80
3
mint.sh
3
mint.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user