Merge necessary to resync branch 'dev' after commit of verus bash file with error

This commit is contained in:
Michael Toutonghi
2018-05-15 00:50:28 -07:00

View File

@@ -1,2 +1,7 @@
#!/bin/bash
./komodo-cli -ac_name=VERUSTEST "$@"
#set working directory to the location of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
../komodo-cli -ac_name=VERUSTEST "$@"