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:
parent
90a2b56b03
commit
6a15ea4aed
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue