Merge pull request #447 from cvrebert/patch-1

fix typo: DEAMON => DAEMON
This commit is contained in:
Pedro Algarvio 2014-08-11 19:15:44 +01:00
commit 43732b3f52

View file

@ -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