diff --git a/check_process b/check_process index f69c883..af53a3d 100644 --- a/check_process +++ b/check_process @@ -13,7 +13,6 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=a451e536d79ff0d2b73f3c0d888243a567e7c77e backup_restore=1 multi_instance=1 change_url=0 @@ -21,6 +20,6 @@ Email=ljf+libresurvey_ynh@reflexlibre.net Notification=down ;;; Upgrade options - ; commit=a451e536d79ff0d2b73f3c0d888243a567e7c77e - name=2.62.5-2 + ; commit= + name= manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=en&is_public=1& diff --git a/scripts/restore b/scripts/restore index bf01983..300b8f3 100644 --- a/scripts/restore +++ b/scripts/restore @@ -99,12 +99,6 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd) ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name --db_pwd=$db_pwd ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./db.sql -#================================================= -# RESTORE USER RIGHTS -#================================================= - -#set_permissions - #================================================= # GENERIC FINALIZATION #=================================================