1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_facebook_ynh.git synced 2024-09-03 19:36:33 +02:00

fix restore: restore log dir

This commit is contained in:
Salamandar 2024-02-26 17:43:16 +01:00
parent 99a2ff3032
commit 74d0ef4b74

View file

@ -36,6 +36,8 @@ ynh_restore_file --origin_path="$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R "$app:$app" "$install_dir" chown -R "$app:$app" "$install_dir"
ynh_restore_file --origin_path="/var/log/$app/"
#================================================= #=================================================
# RESTORE THE POSTGRESQL DATABASE # RESTORE THE POSTGRESQL DATABASE
#================================================= #=================================================