X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fpostgresql;h=f4c20931254667044f0cb7b31f72808fbc659097;hb=07d0a148f8619cf8817cd22a686a93b40b4e5c6f;hp=65d6bcefa29140b3d0e456ba1e0f198038036712;hpb=488d00f26e85139c9edaca8ea28beaffe4ba4c95;p=myplc.git 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