From 8517dce800aed32a1330f52891b2280312086e1e Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sun, 18 Jun 2017 17:20:55 +0000 Subject: [PATCH] byhand-ftpsync: Use correct target variable --- scripts/debian/byhand-ftpsync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/debian/byhand-ftpsync b/scripts/debian/byhand-ftpsync index 392b9531..abb7514c 100755 --- a/scripts/debian/byhand-ftpsync +++ b/scripts/debian/byhand-ftpsync @@ -85,6 +85,6 @@ echo ${version} > LATEST.VERSION for csum in md5sum sha512sum; do /usr/bin/${csum} * | grep -v 'sum' > ${csum} SIGNINGKEY=2B90D010 - GNUPGHOME=${GNUPGHOME} gpg --no-options --batch --no-tty --armour --default-key ${SIGNINGKEY} --clearsign -o "${TARGET}/${csum}.txt" "${TARGET}/${csum}" - mv "${TARGET}/${csum}.txt" "${TARGET}/${csum}" + GNUPGHOME=${GNUPGHOME} gpg --no-options --batch --no-tty --armour --default-key ${SIGNINGKEY} --clearsign -o "${target}/${csum}.txt" "${target}/${csum}" + mv "${target}/${csum}.txt" "${target}/${csum}" done -- GitLab