[type/__dma_auth] Add semicolon

This commit is contained in:
Dennis Camera 2020-06-01 19:20:05 +02:00
parent 4fdddfd738
commit 99d58672c4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ in
exit 0
fi
test -n "${login}" || { echo '--login must be non-empty' >&2; exit 1 }
test -n "${login}" || { echo '--login must be non-empty' >&2; exit 1; }
mode=1