Fix: appimage fixed. issue: #513
This commit is contained in:
@@ -25,7 +25,7 @@ OPTIND=1
|
|||||||
# It is a good idea to make OPTIND local if you process options in a function.
|
# It is a good idea to make OPTIND local if you process options in a function.
|
||||||
|
|
||||||
# if no arg is provided, execute hiddify app
|
# if no arg is provided, execute hiddify app
|
||||||
[[ $# == 0 ]] && exec hiddify
|
[[ $# == 0 ]] && exec ./hiddify
|
||||||
|
|
||||||
# processing arguments
|
# processing arguments
|
||||||
while getopts s:vh opt; do
|
while getopts s:vh opt; do
|
||||||
|
|||||||
Reference in New Issue
Block a user