Use the new variable.
[myplc.git] / plc.d / postgresql
index 65d6bce..f4c2093 100755 (executable)
@@ -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