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:
parent
d6ce098371
commit
1b8c0057c6
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ ynh_script_progression --message="Restoring the app main directory..."
|
|||
|
||||
ynh_restore_file --origin_path="$install_dir"
|
||||
|
||||
chmod 755 -R $$install_dir
|
||||
chmod -R o-rwx $$install_dir
|
||||
chown -R $app:www-data $$install_dir
|
||||
chmod 755 -R $install_dir
|
||||
chmod -R o-rwx $install_dir
|
||||
chown -R $app:www-data $install_dir
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE MYSQL DATABASE
|
||||
|
|
Loading…
Add table
Reference in a new issue