mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #447 from cvrebert/patch-1
fix typo: DEAMON => DAEMON
This commit is contained in:
commit
43732b3f52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue