1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ulogger_ynh.git synced 2024-10-01 13:34:45 +02:00

Update restore

This commit is contained in:
Éric Gaspar 2022-07-15 17:19:57 +02:00
parent e9d6ddb09c
commit 8137941b95
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -59,7 +59,7 @@ ynh_script_progression --message="Restoring the app main directory..."
ynh_restore_file --origin_path="$final_path" ynh_restore_file --origin_path="$final_path"
chmod 750 "$final_path" chmod 755 "$final_path"
chmod -R o-rwx "$final_path" chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path" chown -R $app:www-data "$final_path"