Merge pull request #11 from dionmcm/patch-1

made _updatePublisher.sh selection clearer
This commit is contained in:
Lloyd McKenzie 2020-04-03 13:39:38 -06:00 committed by GitHub
commit bdc2e07758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ if [[ "$FORCE" != true ]]; then
message="Overwrite $jarlocation? (Y/N) " message="Overwrite $jarlocation? (Y/N) "
else else
echo Will place publisher jar here: "$jarlocation" echo Will place publisher jar here: "$jarlocation"
message="Ok? (Y/N) " message="Ok (enter 'y' or 'Y' to continue, any other key to cancel)?"
fi fi
read -r -p "$message" response read -r -p "$message" response
fi fi