bugfix
This commit is contained in:
parent
e4aa1b653c
commit
c1803a0ede
3
build.sh
3
build.sh
@ -48,8 +48,7 @@ $cdir/py3/bin/python $cdir/app/fastwhisper.py -w $cdir &
|
|||||||
exit 0
|
exit 0
|
||||||
EOF
|
EOF
|
||||||
cat > $cdir/stop.sh <<EOF
|
cat > $cdir/stop.sh <<EOF
|
||||||
PID=\$(lsof -t -i:9925)
|
kill -9 \$(lsof -t -i:9925)
|
||||||
kill -9 \$PID
|
|
||||||
EOF
|
EOF
|
||||||
chmod +x $cdir/start.sh stop.sh
|
chmod +x $cdir/start.sh stop.sh
|
||||||
sudo mkdir /var/log/fastwhisper
|
sudo mkdir /var/log/fastwhisper
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user