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
|
if ps -p `cat "$PID"` > /dev/null; then
|
||||||
open_linux
|
open_linux
|
||||||
else
|
else
|
||||||
#$PYTHON "${NAME}/oml/gtkstatus.py" $@
|
|
||||||
#exit $?
|
|
||||||
open_linux
|
open_linux
|
||||||
"$0" start &
|
"$0" start &
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
#$PYTHON "$NAME/oml/gtkstatus.py" $@
|
|
||||||
#exit $?
|
|
||||||
open_linux
|
open_linux
|
||||||
"$0" start &
|
"$0" start &
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue