fix UI path with space

This commit is contained in:
j 2019-01-25 14:47:36 +05:30
commit ebff5a8153
2 changed files with 3 additions and 2 deletions

2
ctl
View file

@ -187,7 +187,7 @@ fi
if [ "$1" == "ui" ]; then
shift
$PYTHON "$NAME/oml/ui.py" $@
$PYTHON "$NAME/oml/ui.py" "$@"
exit $?
fi
if [ "$1" == "init" ]; then