mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update web-vault-update.sh
This commit is contained in:
parent
bedb9f650c
commit
0a8ec7f066
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
VWRELEASE=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \
|
||||
| grep "tag_name" \
|
||||
| awk '{print substr($2, 2, length($2)-3) }') \
|
||||
| awk '{print substr($2, 2, length($2)-3) }')
|
||||
|
||||
RD=`echo "\033[01;31m"`
|
||||
BL=`echo "\033[36m"`
|
||||
|
Loading…
Reference in New Issue
Block a user