cleanup
This commit is contained in:
parent
925967ddf0
commit
46e679f2b9
1 changed files with 0 additions and 4 deletions
4
ctl
4
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
|
||||
|
|
Loading…
Reference in a new issue