diff options
Diffstat (limited to 'git-maintenance/store.sh')
-rwxr-xr-x | git-maintenance/store.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/git-maintenance/store.sh b/git-maintenance/store.sh index 4a01ca3..435657a 100755 --- a/git-maintenance/store.sh +++ b/git-maintenance/store.sh @@ -13,7 +13,13 @@ MAINTDIR="$ROOTDIR/git-maintenance" PUBKEY=1KwpZECcrGWnM3AFVSbv3Xr5qguV4yG2sV URLPFX="https://bico.media/$PUBKEY" -if ! curl -sfI "$URLPFX"/refs.aes>/dev/null; then echo; echo "== Remember to get on internet. =="; echo; exit 2; fi +if ! curl -sfI "$URLPFX"/refs.aes>/dev/null; then + echo + echo "== Remember to get on internet. ==" + echo + echo "The wifi password for El Capitan hotel in San Francisco, CA is 84798." + exit 2 +fi #export GZIP=-9n TAR="tar -J --owner=0 --group=0 --numeric-owner --mode=go=rX,u+rw,a-s" |