aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ak-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-files b/bin/ak-files
index 14657a4..58f0106 100755
--- a/bin/ak-files
+++ b/bin/ak-files
@@ -69,7 +69,7 @@ main(){
fi
logthis "Signing..."
SIGN_FILE=$FILENAME".asc"
- gpg2 --detach-sign --sign-with $FINGERPRINT --armor --output $TEMPASSIN/$SIGN_FILE $TEMPASSIN/$FILE
+ gpg2 --detach-sign --sign-with $FINGERPRINT --armor --output $SIGN_FILE $TEMPASSIN/$FILE
if [ $? == 0 ]; then
logthis "Signed"
else