From 83a1d6dec53b93a7fcc4e194c5b92b11256b956d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 2 Apr 2020 23:13:25 +0200 Subject: [PATCH] This is not needed --- data/helpers.d/postgresql | 1 - 1 file changed, 1 deletion(-) diff --git a/data/helpers.d/postgresql b/data/helpers.d/postgresql index 4f51f434d..03c713afd 100644 --- a/data/helpers.d/postgresql +++ b/data/helpers.d/postgresql @@ -243,7 +243,6 @@ ynh_psql_remove_db() { # Manage arguments with getopts ynh_handle_getopts_args "$@" - local psql_root_password=$(cat $PSQL_ROOT_PWD_FILE) if ynh_psql_database_exists --database=$db_name; then # Check if the database exists ynh_psql_drop_db $db_name # Remove the database else