diff --git a/scripts/restore b/scripts/restore index 565e6fe..6f2ac59 100755 --- a/scripts/restore +++ b/scripts/restore @@ -62,8 +62,6 @@ set_permissions #================================================= ynh_script_progression --message="Restoring the PostgreSQL database..." --weight=2 -ynh_psql_test_if_first_run -ynh_psql_setup_db --db_user=$db_user --db_name=$db_name --db_pwd=$db_pwd ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./db.sql #=================================================