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

Update linkwarden.sh

tweak
pull/2104/head
tteckster 2 years ago committed by GitHub
parent 778c58f49e
commit 946114f59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,8 +56,8 @@ if [[ ! -d /opt/linkwarden ]]; then msg_error "No ${APP} Installation Found!"; e
msg_info "Updating $APP"
systemctl stop linkwarden
cd /opt/linkwarden
if git pull | grep 'Already up to date'; then
echo -e "Exiting script.${CL}"
if git pull | grep -q 'Already up to date'; then
msg_ok "Already up to date"
systemctl start linkwarden
exit
fi

Loading…
Cancel
Save

Powered by BW's shoe-string budget.