yet another wrong variable

This commit is contained in:
Daniel Frank 2017-12-30 22:13:57 +01:00
parent bb74591544
commit 7a9d0ef39d

View file

@ -86,7 +86,7 @@ for s in $sites; do
if [ -n "${signature}" ]; then
if [ "$GLUON_BRANCH" == "experimental" ]; then
announce Signing
"${gluon_path}/contrib/sign.sh" "${signature}" "${GLUON_IMAGEDIR}/sysupgrade/experimental.manifest"
"${gluon_path}/contrib/sign.sh" "${signature}" "${GLUON_OUTPUTDIR}/images/sysupgrade/experimental.manifest"
else
echo ERROR: can only sign experimental branch >&2
exit 1