Update comments and add newly added files to packages.

This commit is contained in:
tlimoncelli@stackexchange.com
2015-06-02 15:37:06 +00:00
parent 9ba966445f
commit 02700b547a
11 changed files with 97 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# blacbox_decrypt_all_files -- Decrypt all blackbox files.
# blacbox_decrypt_all_files -- Decrypt all blackbox files (INTERACTIVE).
#
# Usage:
@@ -15,6 +15,8 @@ export PATH=/usr/bin:/bin:"$PATH"
set -e
eval $(gpg-agent --daemon)
if [[ -z $GPG_AGENT_INFO ]]; then
eval $(gpg-agent --daemon)
fi
exec blackbox_postdeploy.sh "$@"