From fa01721e8ef0b506136cf21882dad45f6e558e69 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 4 Jun 2020 00:50:55 +0200 Subject: [PATCH] cleanup --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index e30f44e..079f815 100755 --- a/scripts/remove +++ b/scripts/remove @@ -60,7 +60,7 @@ ynh_remove_systemd_config ynh_print_info --message="Removing the PostgreSQL database..." # Remove a database if it exists, along with the associated user -ynh_psql_remove_db --db_user=$db_user --db_name=$db_name +ynh_psql_remove_db --db_user="$db_user" --db_name="$db_name" #================================================= # REMOVE DEPENDENCIES