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) "
|
message="Overwrite $jarlocation? (Y/N) "
|
||||||
else
|
else
|
||||||
echo Will place publisher jar here: "$jarlocation"
|
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
|
fi
|
||||||
read -r -p "$message" response
|
read -r -p "$message" response
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user