We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542f934 commit aa3d6f4Copy full SHA for aa3d6f4
ct/trilium.sh
@@ -37,7 +37,7 @@ function update_script() {
37
38
msg_info "Updating to ${RELEASE}"
39
mkdir -p /opt/trilium_backup
40
- mv /opt/trilium/db, /opt/trilium_backup/
+ mv /opt/trilium/db /opt/trilium_backup/
41
rm -rf /opt/trilium
42
cd /tmp
43
curl -fsSL "https://github.com/TriliumNext/Notes/releases/download/v${RELEASE}/TriliumNextNotes-Server-v${RELEASE}-linux-x64.tar.xz" -o $(basename "https://github.com/TriliumNext/Notes/releases/download/v${RELEASE}/TriliumNextNotes-Server-v${RELEASE}-linux-x64.tar.xz")
0 commit comments