1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/backdrop_ynh.git synced 2024-09-03 20:36:14 +02:00
This commit is contained in:
ericgaspar 2021-03-25 08:53:32 +01:00
parent 162050e133
commit 9ce684dcf9
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@ ynh_store_file_checksum --file="$final_path/settings.php"
#=================================================
# Set permissions to app files
chown -R root: $final_path
chown -R $app: $final_path
chmod o-rwx $final_path
chown -R $app:www-data $final_path/files
chmod -R 770 $final_path/files

View file

@ -66,7 +66,7 @@ ynh_restore_file --origin_path="$final_path"
#=================================================
# Set permissions to app files
chown -R root: $final_path
chown -R $app: $final_path
chmod o-rwx $final_path
chown -R $app:www-data $final_path/files
chmod -R 770 $final_path/files

View file

@ -140,7 +140,7 @@ fi
#=================================================
# Set permissions to app files
chown -R root: $final_path
chown -R $app: $final_path
chmod o-rwx $final_path
chown -R $app:www-data $final_path/files
chmod -R 770 $final_path/files