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

Update alpine-grafana.sh

add `newt` check
pull/1251/head
tteckster 2 years ago committed by GitHub
parent 2facedfe71
commit 0e49af62df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,6 +52,9 @@ function default_settings() {
}
function update_script() {
if ! apk -e info newt >/dev/null 2>&1; then
apk add newt
fi
LXCIP=$(ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
while true; do
CHOICE=$(

Loading…
Cancel
Save

Powered by BW's shoe-string budget.