You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
chown docker:docker /tmp/docker-mailserver/user-patches.sh
This commit is contained in:
@ -1601,6 +1601,7 @@ function _misc_user_patches() {
|
||||
|
||||
if [ -f /tmp/docker-mailserver/user-patches.sh ]; then
|
||||
chmod +x /tmp/docker-mailserver/user-patches.sh
|
||||
chown -R docker:docker /tmp/docker-mailserver/user-patches.sh
|
||||
/tmp/docker-mailserver/user-patches.sh
|
||||
notify 'inf' "user-patches.sh executed"
|
||||
else
|
||||
|
Reference in New Issue
Block a user