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

Update readeck.sh

tweak
pull/2460/head
tteckster 1 year ago committed by GitHub
parent ee3b69fffe
commit f267ee196e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,8 +56,7 @@ function update_script() {
header_info
if [[ ! -d /opt/readeck ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating ${APP}"
LATEST=$(curl -s https://codeberg.org/readeck/readeck/releases/ | grep -oP '(?<=Version )\d+\.\d+\.\d+' | head -1
)
LATEST=$(curl -s https://codeberg.org/readeck/readeck/releases/ | grep -oP '(?<=Version )\d+\.\d+\.\d+' | head -1)
systemctl stop readeck.service
rm -rf /opt/readeck/readeck
cd /opt/readeck

Loading…
Cancel
Save

Powered by BW's shoe-string budget.