1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update restore

not sure to put these chmod permissions on all files there
This commit is contained in:
Robles Rodolphe 2024-09-03 13:58:36 +02:00 committed by GitHub
parent 90a2b56b03
commit 6a15ea4aed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ ynh_script_progression --message="Restoring the data directory..." --weight=1
ynh_restore_file --origin_path="$data_dir" --not_mandatory
chmod -R o-rwx "$data_dir"
#chmod -R o-rwx "$data_dir"
chown -R $app:www-data "$data_dir"
#=================================================