From: Chris Sharp Date: Fri, 7 Dec 2012 17:28:40 +0000 (-0500) Subject: correcting typo X-Git-Tag: GenaSYS-2.3.6~63^2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4a23de096a0b31ac8b3a379a956b9810e360a8f5;p=contrib%2Fpines%2Fgenasys.git correcting typo --- diff --git a/templates/setup-drone.sh b/templates/setup-drone.sh index 9e07d5f..fed7851 100755 --- a/templates/setup-drone.sh +++ b/templates/setup-drone.sh @@ -125,7 +125,7 @@ if [ -e drone_file_apt.list ] echo "*********" sleep 5 } - echo "Installing Depdencies" + echo "Installing Dependencies" sleep 2 apt-get update if [ "$PKG_SET" = "0" ] diff --git a/templates/setup.sh b/templates/setup.sh index a0a0a31..f5a3943 100755 --- a/templates/setup.sh +++ b/templates/setup.sh @@ -171,7 +171,7 @@ echo "GenaSYS: $VERSION" >> "$INSTALL_LOG" ### Install dependencies if [ -e tar_file_apt.list ] then - echo "Installing Depdencies" + echo "Installing Dependencies" sleep 2 apt-get update 2>&1 | tee -a $INSTALL_LOG apt-get -y install $(cat tar_file_apt.list) 2>&1 | tee -a "$INSTALL_LOG"