chown docker:docker /tmp/docker-mailserver/user-patches.sh
This commit is contained in:
parent
b5c422c3c5
commit
0975b71d72
|
@ -1601,6 +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
|
||||||
|
chown -R docker:docker /tmp/docker-mailserver/user-patches.sh
|
||||||
/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
|
||||||
|
|
Loading…
Reference in New Issue