summarylogtreecommitdiffstats
path: root/trilium-server
diff options
context:
space:
mode:
Diffstat (limited to 'trilium-server')
-rwxr-xr-xtrilium-server5
1 files changed, 5 insertions, 0 deletions
diff --git a/trilium-server b/trilium-server
new file mode 100755
index 000000000000..ea9aea1a1837
--- /dev/null
+++ b/trilium-server
@@ -0,0 +1,5 @@
+#!/bin/sh
+PWD=$(pwd)
+cd /opt/trilium-server
+./trilium.sh
+cd ${PWD}