We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f7837 commit 8182cd6Copy full SHA for 8182cd6
common/download.sh
@@ -28,7 +28,7 @@ mkdir -p /tmp/hiddify/
28
chmod 600 /tmp/hiddify/
29
rm -rf /tmp/hiddify/*
30
31
-if [ "$1" == "v*" ];then
+if [[ "$1" == v* ]]; then
32
base_url=https://raw.githubusercontent.com/hiddify/Hiddify-Manager/refs/tags/$1/
33
else
34
base_url=https://raw.githubusercontent.com/hiddify/Hiddify-Manager/refs/heads/$1/
0 commit comments