Minor updates to IG scripts
- Update updatePublisher scripts to have more clear options for prompts. Add space after prompt for clarity. - Update genonce.sh script to not depend on wget. Instead use curl to check internet connection since it is used in updatePublisher. - Update gencontinuous scripts to reference relative genonce scripts.
This commit is contained in:
@@ -27,7 +27,7 @@ IF NOT EXIST "%input_cache_path%%publisher_jar%" (
|
||||
|
||||
:create
|
||||
ECHO Will place publisher jar here: %input_cache_path%%publisher_jar%
|
||||
SET /p create="Ok? (Y/N)"
|
||||
SET /p create="Ok? (Y/N) "
|
||||
IF /I "%create%"=="Y" (
|
||||
MKDIR "%input_cache_path%" 2> NUL
|
||||
GOTO:download
|
||||
@@ -35,7 +35,7 @@ IF /I "%create%"=="Y" (
|
||||
GOTO:done
|
||||
|
||||
:upgrade
|
||||
SET /p overwrite="Overwrite %jarlocation%? (Y/N)"
|
||||
SET /p overwrite="Overwrite %jarlocation%? (Y/N) "
|
||||
IF /I "%overwrite%"=="Y" (
|
||||
GOTO:download
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user