./ctl start to run without logging

This commit is contained in:
j 2014-05-27 16:53:06 +02:00
commit 81065fe26c
3 changed files with 11 additions and 9 deletions

3
ctl
View file

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