diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2020-01-08 20:19:42 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2020-01-08 20:19:42 -0800 |
commit | 4bea0bb62ba1d8a9a0caa2af489ee19271bb6425 (patch) | |
tree | c00991b5f708a521cd6f2ed30e0461d34bfab128 /git-maintenance | |
parent | ba3ab9c0bdf6c069d1da927f7a0eab82bf02c918 (diff) | |
download | standingwithresilience-4bea0bb62ba1d8a9a0caa2af489ee19271bb6425.tar.gz standingwithresilience-4bea0bb62ba1d8a9a0caa2af489ee19271bb6425.zip |
forgot to include information in this part. have adjusted to accommodate.
Diffstat (limited to 'git-maintenance')
-rwxr-xr-x | git-maintenance/store.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git-maintenance/store.sh b/git-maintenance/store.sh index 09fc17f..df72b79 100755 --- a/git-maintenance/store.sh +++ b/git-maintenance/store.sh @@ -26,8 +26,6 @@ decrypt() { openssl aes-256-cbc -salt -pbkdf2 -pass "$PASS" -d } -if ! [ -e "$PASS" ]; then echo "Remember to plug in USB key."; exit 1; fi - # this approach makes it easy for karl to look at history. it is not # to be used by other channels yet, can migrate. |