minor tweak for systems without node-legacy

pull/422/head
Gordon Williams 2020-05-13 11:27:04 +01:00
parent cb8fbd55a1
commit 116635b20d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
cd `dirname $0`/..
node bin/sanitycheck.js || exit 1
nodejs bin/sanitycheck.js || exit 1
echo "Sanity check passed."