oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 8 Jan 2009 10:26:49 +0000 (10:26 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 8 Jan 2009 10:26:49 +0000 (10:26 +0000)
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