Skip to content

Commit

Permalink
cmod 777 -> chown
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed May 30, 2024
1 parent c5385ba commit e138c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fi
if [ -n "$LOCAL_DISK_STORAGE_PATH" ]
then
/var/www/phorge/phorge/bin/config set storage.local-disk.path "$LOCAL_DISK_STORAGE_PATH"
chmod -R 777 "$LOCAL_DISK_STORAGE_PATH" # phorge needs to be able to write to this directory
chown -R www-data:www-data "$LOCAL_DISK_STORAGE_PATH"
fi

if [ -n "$MAILERS_CONFIG_FILE" ]
Expand Down

0 comments on commit e138c38

Please sign in to comment.