test: len2elen.sh: fix first line output

This commit is contained in:
Jakob Unterwurzacher 2019-02-17 16:06:05 +01:00
parent fa98664d8a
commit 26286a5f8c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# https://nuetzlich.net/gocryptfs/
NAME="x"
LEN=0
LEN=1
if [[ ! -f a/gocryptfs.conf ]] ; then
echo "fatal: must have gocryptfs dir 'a' mounted at 'b'"