Update _genonce.sh
This commit is contained in:
committed by
GitHub
parent
9dd0a846d0
commit
ddc28941e5
@@ -16,12 +16,12 @@ echo "$txoption"
|
|||||||
|
|
||||||
publisher=$input_cache_path/$publisher_jar
|
publisher=$input_cache_path/$publisher_jar
|
||||||
if test -f "$publisher"; then
|
if test -f "$publisher"; then
|
||||||
java -jar $publisher -ig ig.ini $txoption $*
|
java -jar $publisher -ig . $txoption $*
|
||||||
|
|
||||||
else
|
else
|
||||||
publisher=../$publisher_jar
|
publisher=../$publisher_jar
|
||||||
if test -f "$publisher"; then
|
if test -f "$publisher"; then
|
||||||
java -jar $publisher -ig ig.ini $txoption $*
|
java -jar $publisher -ig . $txoption $*
|
||||||
else
|
else
|
||||||
echo IG Publisher NOT FOUND in input-cache or parent folder. Please run _updatePublisher. Aborting...
|
echo IG Publisher NOT FOUND in input-cache or parent folder. Please run _updatePublisher. Aborting...
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user