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 2023-09-02 12:05:55 +02:00
parent d6ce098371
commit 1b8c0057c6

View file

@ -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