Merge pull request #11 from dionmcm/patch-1
made _updatePublisher.sh selection clearer
This commit is contained in:
commit
bdc2e07758
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user