From 8fb6ba19a10c95312a163a47d4fb390ac9951c54 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 6 Feb 2017 12:06:38 +0100 Subject: [PATCH] Remove double echos --- automated install/basic-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 70c27fc9..7995d1dd 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -171,11 +171,9 @@ getGitFiles() { echo ":::" echo "::: Checking for existing repository..." if is_repo "${directory}"; then - echo -n "::: Updating repository in ${directory}..." update_repo "${directory}" || { echo "*** Error: Could not update local repository. Contact support."; exit 1; } echo " done!" else - echo -n "::: Cloning ${remoteRepo} into ${directory}..." make_repo "${directory}" "${remoteRepo}" || { echo "Unable to clone repository, please contact support"; exit 1; } echo " done!" fi