This commit is contained in:
j 2019-02-04 13:43:50 +05:30
parent 925967ddf0
commit 46e679f2b9
1 changed files with 0 additions and 4 deletions

4
ctl
View File

@ -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