Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/bedb9f650c01d572b291df4270d93c796f2912d5?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update vaultwarden-update.sh

pull/462/head
tteckster 3 years ago committed by GitHub
parent f15190ebd4
commit bedb9f650c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VAULT=$(curl -s https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest \ VAULT=$(curl -s https://api.github.com/repos/dani-garcia/vaultwarden/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"`

Loading…
Cancel
Save

Powered by BW's shoe-string budget.