./ctl start to run without logging
This commit is contained in:
parent
74d5b21df0
commit
81065fe26c
3 changed files with 11 additions and 9 deletions
3
ctl
3
ctl
|
|
@ -41,7 +41,8 @@ if [ "$1" == "start" ]; then
|
|||
echo openmedialibrary already running
|
||||
exit 1
|
||||
fi
|
||||
python2 oml server PID &
|
||||
python2 oml server $PID
|
||||
rm -f $PID
|
||||
exit $?
|
||||
fi
|
||||
if [ "$1" == "debug" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue