# HG changeset patch # User Pascal Bellard # Date 1306051450 -7200 # Node ID c863a98a4d66bc1695b71e9c736c9159654307dc # Parent 79a21a44deab4d8f50168eeae08eadad2b894ea3 tazpanel: typo diff -r 79a21a44deab -r c863a98a4d66 tazpanel --- a/tazpanel Sun May 22 00:56:16 2011 +0200 +++ b/tazpanel Sun May 22 10:04:10 2011 +0200 @@ -35,7 +35,7 @@ gettext "Starting TazPanel web server on port $HTTPD_PORT..." httpd -p $HTTPD_PORT -u root -c $HTTPD_CONF \ -r "`gettext \"TazPanel Authentication\"`" & - ps | grep 'httpd -p $HTTPD_PORT " | grep -v grep | \ + ps | grep "httpd -p $HTTPD_PORT " | grep -v grep | \ awk '{ print $1 }' > $PIDFILE status ;; stop)