Skip to content

Commit

Permalink
fix: error permission in scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bramanda48 committed Mar 15, 2024
1 parent 3c67cda commit 75af05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/user-patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ function do_patch() {
fi

# Unzip the file
unzip docker-mailserver-webapi.zip -d "${DMS_CONFIG}/webapi"
rm -rf docker-mailserver-webapi.zip
unzip docker-mailserver-webapi.zip -d "${DMS_CONFIG}/webapi" && rm -rf docker-mailserver-webapi.zip
chmod -R +x "${DMS_CONFIG}/webapi/scripts"

# Check .env file
detect_env
Expand Down

0 comments on commit 75af05b

Please sign in to comment.