mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
@@ -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=$?
|
||||
|
||||
Reference in New Issue
Block a user