mirror of
https://github.com/zadam/trilium.git
synced 2024-11-13 19:26:28 +08:00
4 lines
69 B
Bash
Executable file
4 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
chown -R node:node /home/node
|
|
su-exec node node ./src/www
|