1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00
This commit is contained in:
ericgaspar 2021-06-04 14:04:22 +02:00
parent b2f7880e97
commit 8afa3c250a
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 7 additions and 7 deletions

View file

@ -286,9 +286,9 @@ mkdir -p "public/forum"
cd public/forum && ln -s ../uploads && ln -s ../backups
)
# chmod 750 "$final_path"
# chmod -R o-rwx "$final_path"
# chown -R $app:www-data "$final_path"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# SETUP LOGROTATE

View file

@ -336,10 +336,10 @@ mkdir -p "$final_path/tmp/sockets"
fi
)
# # Set permissions to app files
# chmod 750 "$final_path"
# chmod -R o-rwx "$final_path"
# chown -R $app:www-data "$final_path"
# Set permissions to app files
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# SETUP LOGROTATE