mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
remove the exec fixing JIRA issue 1931
This commit is contained in:
parent
9dff8f2e68
commit
b730a7f95d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ TARGET="${TARGETDIR}/${FILENAME}"
|
|||
|
||||
case $1 in
|
||||
install)
|
||||
exec $DOWNLOAD_COMMAND ${TARGET} ${URLSTUB}${FILENAME}
|
||||
$DOWNLOAD_COMMAND ${TARGET} ${URLSTUB}${FILENAME}
|
||||
if [ ! -f "${TARGET}" ]; then
|
||||
echo "ERROR: Unable to download ${URLSTUB}${FILENAME}"
|
||||
echo "Exiting."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue