Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/48ae95bdead7e0d8f2fcec1687e4786bbeb25aa3?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -45,8 +45,8 @@ if [[ "$CTTYPE" == "0" ]]; then
chmod 660 /dev/dri/*
chmod 660 /dev/dri/*
fi
fi
msg_ok "Set Up Hardware Acceleration"
msg_ok "Set Up Hardware Acceleration"
RELEASE = $( curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | sed -n 's/.*"tag_name": "\(.*\)",/\1/p' )
#RELEASE=$( curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | sed -n 's/.*"tag_name": "\(.*\)",/\1/p')
#RELEASE=$( curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | grep -o '"tag_name": *"[^"]*"' | cut -d '"' -f 4)
RELEASE = $( curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | grep -o '"tag_name": *"[^"]*"' | cut -d '"' -f 4 )
msg_info " Installing Frigate $RELEASE (Perseverance) "
msg_info " Installing Frigate $RELEASE (Perseverance) "
cd ~
cd ~
mkdir -p /opt/frigate/models
mkdir -p /opt/frigate/models