提交 8517dce8 编写于 作者: B Bastian Blank 提交者: Joerg Jaspert

byhand-ftpsync: Use correct target variable

上级 db6fa7c5
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册