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:
@@ -32,10 +32,10 @@ else
|
||||
fi
|
||||
|
||||
if "$upgrade"; then
|
||||
message="Overwrite $jarlocation?"
|
||||
message="Overwrite $jarlocation? (Y/N) "
|
||||
else
|
||||
echo Will place publisher jar here: "$jarlocation"
|
||||
message="Ok?"
|
||||
message="Ok? (Y/N) "
|
||||
fi
|
||||
|
||||
read -r -p "$message" response
|
||||
|
||||
Reference in New Issue
Block a user