Fixed space issues in script
This commit is contained in:
parent
2e99ed4134
commit
16285d1986
@ -32,10 +32,10 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if $upgrade ; then
|
if $upgrade ; then
|
||||||
message = "Overwrite $jarlocation? [Y/N] "
|
message="Overwrite $jarlocation? [Y/N] "
|
||||||
else
|
else
|
||||||
echo Will place publisher jar here: $input_cache_path$publisher_jar
|
echo Will place publisher jar here: $input_cache_path$publisher_jar
|
||||||
message = "Ok? [Y/N] "
|
message="Ok? [Y/N] "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
read -r -p $message response
|
read -r -p $message response
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user