mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
Update restore
This commit is contained in:
parent
1436ad5f82
commit
d3f1945881
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ ynh_restore_file --origin_path="$final_path"
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$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"
|
||||||
chmod 775 $final_path/db/config.php
|
chmod 775 $final_path/config.php
|
||||||
chmod 775 $final_path/tmp/sessions
|
#chmod 775 $final_path/tmp/sessions
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REINSTALL DEPENDENCIES
|
# REINSTALL DEPENDENCIES
|
||||||
|
|
Loading…
Add table
Reference in a new issue