Fixed space issues in script

This commit is contained in:
Lloyd McKenzie 2019-12-21 15:11:56 -07:00
parent 2e99ed4134
commit 16285d1986

View File

@ -32,10 +32,10 @@ else
fi
if $upgrade ; then
message = "Overwrite $jarlocation? [Y/N] "
message="Overwrite $jarlocation? [Y/N] "
else
echo Will place publisher jar here: $input_cache_path$publisher_jar
message = "Ok? [Y/N] "
message="Ok? [Y/N] "
fi
read -r -p $message response