diff options
Diffstat (limited to 'git-maintenance/store.sh')
-rwxr-xr-x | git-maintenance/store.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-maintenance/store.sh b/git-maintenance/store.sh index a1edb86..4a01ca3 100755 --- a/git-maintenance/store.sh +++ b/git-maintenance/store.sh @@ -129,7 +129,7 @@ if [ "$(curl -s "$URLPFX"/dog.sh | sha256sum)" = "$(cat encrypted/dog.sh | sha25 # some imagine anger to process disconnected parts. cd "$MAINTDIR" -node bsvup/cli.js upload -f "$GITDIR"/encrypted -t dir -p "$(<"$PASS")" -v # -b +node bsvup/cli.js upload -f "$GITDIR"/encrypted -t dir -p "${PASS#pass:}" -v # -b # 'is this a good way to be' <- habit's task for self and others, by living # the best way to be it can. |