From e41ddfe49dafc9ef4c3ef0c336198052c300d7f0 Mon Sep 17 00:00:00 2001 From: nervuri Date: Sun, 21 Mar 2021 16:36:44 +0000 Subject: [PATCH] specify what directory is being signed --- netsigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netsigil b/netsigil index bc0b763..3e14c78 100755 --- a/netsigil +++ b/netsigil @@ -100,7 +100,7 @@ if [ "$action" = 'sign' ]; then tar -czf signature-bundle-unsigned --remove-files key.pub SHA256SUMS # Sign the archive - echo "Signing with $datadir/signify/key.sec" + echo "Signing \`$target\` with \`$datadir/signify/key.sec\`" signify -Sz -s "$secret_key" -m signature-bundle-unsigned -x signature-bundle || exit 1 rm signature-bundle-unsigned