1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Fix uploads ownership

This commit is contained in:
DeMiro5001 2024-07-31 21:05:23 +01:00 committed by GitHub
parent 1cd6a06375
commit 7a6bc44bb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@ ln -s "$data_dir/upload" "$install_dir/upload"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir"
chown -R "$app:www-data" "$data_dir/upload"
#=================================================
# ADD A CONFIGURATION