Skip to content

Commit e825abf

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 63b655c + 0524942 commit e825abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/build-server.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ rm -r ./node_modules/sqlite3/lib/binding/*
3030

3131
cp -r ../../bin/deps/linux-x64/sqlite/node* ./node_modules/sqlite3/lib/binding/
3232

33-
printf "#/bin/sh\n./node/bin/node src/www" > trilium.sh
33+
printf "#!/bin/sh\n./node/bin/node src/www" > trilium.sh
3434
chmod 755 trilium.sh
3535

3636
cd ..
3737

3838
VERSION=`jq -r ".version" ../package.json`
3939

40-
tar cJf trilium-linux-x64-server-${VERSION}.tar.xz trilium-linux-x64-server
40+
tar cJf trilium-linux-x64-server-${VERSION}.tar.xz trilium-linux-x64-server

0 commit comments

Comments
 (0)