start user-patches.sh native instead of explicit using the bash-command

This commit is contained in:
Undercover1989 2019-10-08 15:08:01 +02:00
parent b01071f52f
commit b5c422c3c5
1 changed files with 1 additions and 1 deletions

View File

@ -1601,7 +1601,7 @@ function _misc_user_patches() {
if [ -f /tmp/docker-mailserver/user-patches.sh ]; then
chmod +x /tmp/docker-mailserver/user-patches.sh
bash /tmp/docker-mailserver/user-patches.sh
/tmp/docker-mailserver/user-patches.sh
notify 'inf' "user-patches.sh executed"
else
notify 'inf' "user-patches.sh not executed because optional '/tmp/docker-mailserver/user-patches.sh' is not provided."