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

Merge pull request #141 from DeMiro5001/patch-1

Fix uploads ownership
This commit is contained in:
Alexandre Aubin 2024-08-02 00:42:44 +02:00 committed by GitHub
commit c53596ebf8
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