Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-09-11 09:55:37 +02:00
parent 7d22264c29
commit a7fe4eaae8
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -25,8 +25,8 @@ for i in $roots
do
pushd ${i}
echo ${runScript}
node ${runScript}
checkScript=$(node ${runScript} | grep $1: | wc -l)
node ${runScript} -h
checkScript=$(node ${runScript} -h | grep $1: | wc -l)
if [ $checkScript -gt 0 ]; then
node ${runScript} $@
retVal=$?