indentation
[myplc.git] / plc.d / postgresql
index 27e3a4f..f4c2093 100755 (executable)
@@ -173,8 +173,8 @@ case "$1" in
        ;;
 
     stop)
-       MESSAGE=$"Stopping  PostgreSQL server"
-       dialog "$MESSAGE"<
+       MESSAGE=$"Stopping PostgreSQL server"
+       dialog "$MESSAGE"
 
        # Drop the current user in case the username changes
        psql -U postgres -c "DROP USER $PLC_DB_USER" template1