From 0b7fac14c3f8ec4a3e80b66ff63693b8b3a4c2f9 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 11 Aug 2014 10:53:32 -0700 Subject: [PATCH] fix typo: DEAMON => DAEMON --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index a8bdda8..7875c0c 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -4741,7 +4741,7 @@ if [ "$DAEMONS_RUNNING_FUNC" != "null" ] && [ $_START_DAEMONS -eq $BS_TRUE ]; th [ ! -f /var/log/salt/$fname ] && echodebug "/var/log/salt/$fname does not exist. Can't cat its contents!" && continue - echodebug "DEAMON LOGS for $fname:" + echodebug "DAEMON LOGS for $fname:" echodebug "$(cat /var/log/salt/$fname)" echo done