made _updatePublisher.sh selection clearer

This commit is contained in:
dionmcm 2020-02-02 01:08:01 +11:00 committed by GitHub
parent 3f4216ca24
commit 9e0b293e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ if "$upgrade"; then
message="Overwrite $jarlocation?" message="Overwrite $jarlocation?"
else else
echo Will place publisher jar here: "$jarlocation" echo Will place publisher jar here: "$jarlocation"
message="Ok?" 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