mirror of
https://github.com/zadam/trilium.git
synced 2025-01-11 01:28:14 +08:00
fix typo (#592)
This commit is contained in:
parent
b5d75f183a
commit
0524942d11
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ rm -r ./node_modules/sqlite3/lib/binding/*
|
|||
|
||||
cp -r ../../bin/deps/linux-x64/sqlite/node* ./node_modules/sqlite3/lib/binding/
|
||||
|
||||
printf "#/bin/sh\n./node/bin/node src/www" > trilium.sh
|
||||
printf "#!/bin/sh\n./node/bin/node src/www" > trilium.sh
|
||||
chmod 755 trilium.sh
|
||||
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue