diff --git a/scripts/restore b/scripts/restore index 66f2aab..4014a81 100644 --- a/scripts/restore +++ b/scripts/restore @@ -67,7 +67,7 @@ ynh_restore_file "$final_path" db_pwd=$(ynh_app_setting_get $app psqlpwd) ynh_psql_setup_db $db_name $db_name $db_pwd -ynh_psql_connect_as $db_name $db_pwd $db_name < ./db.sql +ynh_psql_connect_as $db_name $db_pwd < ./db.sql #================================================= # SPECIFIC RESTORATION