Update secrets.sh

This commit is contained in:
2024-08-23 00:10:10 +02:00
parent df967056ed
commit 9b3f585146
6 changed files with 30 additions and 24 deletions

View File

@@ -44,7 +44,6 @@ elif [[ "$2" == "encrypt" ]]; then
fi
gpg --quiet --batch --yes --symmetric --cipher-algo AES256 --armor --passphrase="$password" --output $file.gpg $file
rm $file
done
else
printfe "%s\n" "red" "Invalid argument. Use 'decrypt' or 'encrypt'"