diff --git a/scripts/restore b/scripts/restore index 81c92b5..8bea0d0 100644 --- a/scripts/restore +++ b/scripts/restore @@ -68,6 +68,11 @@ chmod -R o-rwx "$final_path" chown -R $app:$app "$final_path" chmod 600 "$final_path/config/config.js" +#================================================= +# APPLY FOLDER GROUP RIGHTS FOR WWW-DATA +#================================================= +chgrp -R www-data $final_path + #================================================= # REINSTALL DEPENDENCIES #=================================================