new: add seperated VPN service mode

This commit is contained in:
Hiddify
2024-02-14 15:51:58 +01:00
parent 930959baf7
commit 382f4c7d5e
6 changed files with 19 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
cd "\$(dirname "\$0")"
export LD_LIBRARY_PATH=usr/lib
if [ $1 == "HiddifyService" ];then
if [ "$1" == "HiddifyService" ];then
exec ./$@
else
exec ./$appName $@