From d8928fa6d11cffd38c8b8fd21a12af245adcfab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 26 Feb 2024 21:35:28 +0100 Subject: [PATCH] Make it less warning on remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 9ad158d..cb2a2f2 100755 --- a/scripts/remove +++ b/scripts/remove @@ -46,7 +46,7 @@ ynh_secure_remove --file=/etc/nginx/conf.d/${server_name}.d/${app}_server_name.c #================================================= ynh_script_progression --message="Removing database" --weight=2 -ynh_''psql_remove_db --db_user=$db_user --db_name=$db_name_slidingproxy +ynh_''psql_remove_db --db_user=user_wich_must_dont_exist_and_keep_current_user --db_name=$db_name_slidingproxy #================================================= # REMOVE NGINX CONFIGURATION