diff --git a/_updatePublisher.sh b/_updatePublisher.sh index 2d5c09f..c256aa3 100755 --- a/_updatePublisher.sh +++ b/_updatePublisher.sh @@ -50,7 +50,7 @@ if [[ "$FORCE" != true ]]; then message="Overwrite $jarlocation? (Y/N) " else 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 read -r -p "$message" response fi