mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
|
|
chown -R node:node /home/node
|
|
[ -d "$TRILIUM_DATA_DIR" ] && chown -R node:node "$TRILIUM_DATA_DIR"
|
|
su-exec node node ./src/www
|