fix: nekoray launch shell
This commit is contained in:
parent
658d36dfa5
commit
bc411dafbd
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [[ $(pidof nekoray) ]]; then
|
if [[ $(pidof nekoray) ]]; then
|
||||||
pkill -f nekoray
|
pkill nekoray
|
||||||
|
pkill nekobox_core
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec /opt/nekoray/nekoray
|
exec /opt/nekoray/nekoray
|
||||||
|
|
Loading…
Add table
Reference in a new issue