Variable name reworking; laid foundation for GPG encryption (instead of OpenSSL)

This commit is contained in:
Jon-William Lewis
2016-01-25 17:20:05 -06:00
parent 908b93242c
commit 6a21731082
12 changed files with 180 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
function pause {
read -p " Press [Enter] to continue."
read -rp " Press [Enter] to continue."
echo ""
}