Added continuous scripts, incorporated Eric's ignore stuff

This commit is contained in:
Lloyd McKenzie
2019-12-19 09:36:13 -07:00
parent e3543cd084
commit abdedb571d
8 changed files with 46363 additions and 47182 deletions

View File

@@ -17,13 +17,13 @@ echo "$txoption"
publisher=$input_cache_path/$publisher_jar
if test -f "$publisher"; then
JAVA -jar $publisher -ig ig.ini $txoption
JAVA -jar $publisher -ig ig.ini $txoption $*
else
publisher=../$publisher_jar
if test -f "$publisher"; then
JAVA -jar $publisher -ig ig.ini $txoption
JAVA -jar $publisher -ig ig.ini $txoption $*
else
echo IG Publisher NOT FOUND in input-cache or parent folder... aborting
echo IG Publisher NOT FOUND in input-cache or parent folder. Please run _updatePublisher. Aborting...
fi
fi