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

Update trilium-update.sh

pull/543/head
tteckster 3 years ago committed by GitHub
parent e6e6e44e8a
commit 487998c3eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,10 +36,10 @@ sleep 1
echo -e "${GN} Updating to v${RELEASE}... ${CL}"
wget -q https://github.com/zadam/trilium/releases/download/v$RELEASE/trilium-linux-x64-server-$RELEASE.tar.xz
tar -xzf trilium-linux-x64-server-$RELEASE.tar.xz -C /opt/trilium &>/dev/null
tar -xvf trilium-linux-x64-server-$RELEASE.tar.xz &>/dev/null
cp -r trilium-linux-x64-server/* /opt/trilium/
echo -e "${GN} Cleaning up... ${CL}"
rm trilium-linux-x64-server-$RELEASE.tar.xz
rm -rf trilium-linux-x64-server-$RELEASE.tar.xz trilium-linux-x64-server
echo -e "${GN} Starting Trilium... ${CL}"
systemctl start trilium.service

Loading…
Cancel
Save

Powered by BW's shoe-string budget.