From 398cab879a15dafd97eee6e37799cfde41429d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 10 Jan 2017 11:57:51 +0100 Subject: [PATCH] fixed typo --- install-zammad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zammad.sh b/install-zammad.sh index 0556988..dd9101a 100644 --- a/install-zammad.sh +++ b/install-zammad.sh @@ -7,7 +7,7 @@ echo "installing zammad..." # crreate zammad user useradd -M -d "${ZAMMAD_DIR}" -s /bin/bash zammad -# # git clone zammad +# git clone zammad cd $(dirname ${ZAMMAD_DIR}) git clone --depth 1 -b "${GIT_BRANCH}" "${GIT_URL}"