From 6cdc08c6c7ec03a20da4830811b97f135fd87e27 Mon Sep 17 00:00:00 2001 From: vv01f Date: Tue, 18 Jun 2019 12:12:15 +0200 Subject: [PATCH] hint on login information --- prepare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare.sh b/prepare.sh index 5af9f5a..3de392b 100755 --- a/prepare.sh +++ b/prepare.sh @@ -1,5 +1,6 @@ #!/usr/bin/env sh +# baerer is the `authority` as in RFC 3986, here login for doku.ccc.de # recv data test -e baerer && auth=$(head -1 baerer) || { echo "error: authentication information not found."