Yet another typescript fixes

This commit is contained in:
mrfry 2020-11-24 11:11:06 +01:00
parent b927988017
commit d9b424cbd1
3 changed files with 30 additions and 3 deletions

View file

@ -69,7 +69,7 @@ if [ "$?" -ne "0" ]; then
echo '{"Subjects":[],"version":"TESET","motd":"hai"}' >./qminingPublic/data.json
fi
pushd utils
pushd standaloneUtils
rm -v ../data/dbs/users.db
NS_SQL_DEBUG_LOG=true NS_LOGLEVEL=2 node dbSetup.js
popd