Browse Source

Update web-vault-update.sh

tteckster 2 năm trước cách đây
mục cha
commit
0a8ec7f066
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      misc/web-vault-update.sh

+ 1 - 1
misc/web-vault-update.sh

@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 VWRELEASE=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \
 VWRELEASE=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \
 | grep "tag_name" \
 | grep "tag_name" \
-| awk '{print substr($2, 2, length($2)-3) }') \
+| awk '{print substr($2, 2, length($2)-3) }')
 
 
 RD=`echo "\033[01;31m"`
 RD=`echo "\033[01;31m"`
 BL=`echo "\033[36m"`
 BL=`echo "\033[36m"`