diff --git a/ctl b/ctl index 8195061..74d9d76 100755 --- a/ctl +++ b/ctl @@ -180,14 +180,10 @@ if [ "$1" == "open" ]; then if ps -p `cat "$PID"` > /dev/null; then open_linux else - #$PYTHON "${NAME}/oml/gtkstatus.py" $@ - #exit $? open_linux "$0" start & fi else - #$PYTHON "$NAME/oml/gtkstatus.py" $@ - #exit $? open_linux "$0" start & fi