Fix pwd in startup script
This commit is contained in:
parent
73b671cab2
commit
d2d2dda9a4
1 changed files with 2 additions and 1 deletions
3
bin/wtc
3
bin/wtc
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
node '../dist/main.js';
|
||||
DIR="$(dirname "$(readlink -f "$0")")"
|
||||
node "$DIR/../dist/main.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue