1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Fix restore

This commit is contained in:
yalh76 2022-03-18 16:38:50 +01:00
parent 5f35698d04
commit 964862974c

View file

@ -65,7 +65,6 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$final_path"
#=================================================
# SPECIFIC RESTORATION
#=================================================
@ -98,6 +97,7 @@ ynh_restore_uwsgi_service
# Set the permission
ynh_script_progression --message="Protecting directory..."
setup_dir
set_permission
#=================================================