From 7f239b925bca8afef5e0eaace97ca69caa522852 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 4 Jun 2020 00:51:47 +0200 Subject: [PATCH] Cleanup --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 25e3f22..1183c5f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -46,7 +46,7 @@ ynh_package_autopurge onlyoffice-documentserver ynh_script_progression --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