Change syntax to avoid shell warning

This commit is contained in:
Johannes
2016-11-25 15:16:41 +01:00
parent 61a41a10ce
commit eba03caa23

View File

@@ -126,7 +126,8 @@ if [[ -z "${restoreUrl}" ]]; then
},
"version": "${version}"
}
EOF)
EOF
)
else
data=$(cat <<EOF
{
@@ -142,7 +143,8 @@ else
}
"version": "${version}"
}
EOF)
EOF
)
fi
echo "=> Run installer.sh for version ${version} with ${sourceTarballUrl} ... (this takes some time)"