From fa1a8a78062d2df39c660d917aba91543652d3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 10 Jan 2017 12:10:40 +0100 Subject: [PATCH] fixed antoher typo --- install-zammad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zammad.sh b/install-zammad.sh index 58434e0..a55d972 100644 --- a/install-zammad.sh +++ b/install-zammad.sh @@ -4,7 +4,7 @@ set -e echo "installing zammad..." -# crreate zammad user +# create zammad user useradd -M -d "${ZAMMAD_DIR}" -s /bin/bash zammad # git clone zammad