Skip to content

Commit 8182cd6

Browse files
committed
fix: beta
1 parent d4f7837 commit 8182cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mkdir -p /tmp/hiddify/
2828
chmod 600 /tmp/hiddify/
2929
rm -rf /tmp/hiddify/*
3030

31-
if [ "$1" == "v*" ];then
31+
if [[ "$1" == v* ]]; then
3232
base_url=https://raw.githubusercontent.com/hiddify/Hiddify-Manager/refs/tags/$1/
3333
else
3434
base_url=https://raw.githubusercontent.com/hiddify/Hiddify-Manager/refs/heads/$1/

0 commit comments

Comments
 (0)