mirror of
https://github.com/zadam/trilium.git
synced 2026-03-09 21:50:24 +01:00
fix(desktop): use exec in launcher scripts
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
DIR=`dirname "$0"`
|
||||
export NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
|
||||
"$DIR/trilium"
|
||||
exec "$DIR/trilium"
|
||||
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
DIR=`dirname "$0"`
|
||||
export TRILIUM_DATA_DIR="$DIR/trilium-data"
|
||||
|
||||
"$DIR/trilium"
|
||||
exec "$DIR/trilium"
|
||||
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
DIR=`dirname "$0"`
|
||||
export TRILIUM_SAFE_MODE=1
|
||||
|
||||
"$DIR/trilium" --disable-gpu
|
||||
exec "$DIR/trilium" --disable-gpu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user