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

View File

@@ -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