From 7873fdc7bbf28ffa45496dc302768a9ae0f3a85f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 26 Dec 2016 21:15:16 -0800 Subject: [PATCH] typo --- scripts/cloudron-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 22d7db0a8..7edbec37b 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -175,7 +175,7 @@ if ! curl -sL "${sourceTarballUrl}" | tar -zxf - -C "${box_src_tmp_dir}"; then echo "Could not download source tarball. See ${LOG_FILE} for details" exit 1 fi -if ! /bin/bash "${box_src_tmp_dir}/scripts/installer.sh" --data "${data}" &>> "${LOG_FILE}" &>> "${LOG_FILE}"; then +if ! /bin/bash "${box_src_tmp_dir}/scripts/installer.sh" --data "${data}" &>> "${LOG_FILE}"; then echo "Failed to install cloudron. See ${LOG_FILE} for details" exit 1 fi