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

View File

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