start user-patches.sh native instead of explicit using the bash-command
This commit is contained in:
parent
b01071f52f
commit
b5c422c3c5
|
@ -1601,7 +1601,7 @@ function _misc_user_patches() {
|
||||||
|
|
||||||
if [ -f /tmp/docker-mailserver/user-patches.sh ]; then
|
if [ -f /tmp/docker-mailserver/user-patches.sh ]; then
|
||||||
chmod +x /tmp/docker-mailserver/user-patches.sh
|
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"
|
notify 'inf' "user-patches.sh executed"
|
||||||
else
|
else
|
||||||
notify 'inf' "user-patches.sh not executed because optional '/tmp/docker-mailserver/user-patches.sh' is not provided."
|
notify 'inf' "user-patches.sh not executed because optional '/tmp/docker-mailserver/user-patches.sh' is not provided."
|
||||||
|
|
Loading…
Reference in New Issue