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

Update paperless-ngx.sh

fixes https://github.com/tteck/Proxmox/issues/2123
pull/2127/head
tteckster 2 years ago committed by GitHub
parent e4a086b8cd
commit f69a1181b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,6 +74,7 @@ function update_script() {
msg_ok "Stopped Paperless-ngx"
msg_info "Updating to ${RELEASE}"
cd ~
if [ "$(dpkg -l | awk '/libmariadb-dev-compat/ {print }' | wc -l)" != 1 ]; then apt-get install -y libmariadb-dev-compat; fi &>/dev/null
wget https://github.com/paperless-ngx/paperless-ngx/releases/download/$RELEASE/paperless-ngx-$RELEASE.tar.xz &>/dev/null
tar -xf paperless-ngx-$RELEASE.tar.xz &>/dev/null

Loading…
Cancel
Save

Powered by BW's shoe-string budget.