From 69df8aa00289f61d9aafbadaeda661a5baa1881a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 8 Jan 2009 10:26:49 +0000 Subject: [PATCH] oops --- plc.d/postgresql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc.d/postgresql b/plc.d/postgresql index 65d6bce..f4c2093 100755 --- a/plc.d/postgresql +++ b/plc.d/postgresql @@ -174,7 +174,7 @@ case "$1" in stop) MESSAGE=$"Stopping PostgreSQL server" - dialog "$MESSAGE"< + dialog "$MESSAGE" # Drop the current user in case the username changes psql -U postgres -c "DROP USER $PLC_DB_USER" template1 -- 2.47.0