From efb642d66bc754e03df65b0ef776a1698e2d9c47 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 1 Sep 2018 18:10:10 +0530 Subject: [PATCH] Fix in psql --- scripts/psql.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/psql.sh b/scripts/psql.sh index d4fc2c3..0fa1cda 100644 --- a/scripts/psql.sh +++ b/scripts/psql.sh @@ -157,3 +157,4 @@ ynh_psql_create_user() { ynh_psql_drop_user() { user="$1" sudo --login --user=postgres dropuser "$user" +}