mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Try to execute the installed binary for additional problematic information.
This commit is contained in:
parent
f4669b5268
commit
b5bdac15c6
1 changed files with 2 additions and 0 deletions
|
@ -2280,6 +2280,8 @@ if [ "$DAEMONS_RUNNING_FUNC" != "null" ]; then
|
|||
|
||||
[ ! $SALT_ETC_DIR/$fname ] && [ $fname != "syndic" ] && echodebug "$SALT_ETC_DIR/$fname does not exist"
|
||||
|
||||
echodebug "Running salt-$fname by hand outputs: $(salt-$fname -l debug)"
|
||||
|
||||
[ ! -f /var/log/salt/$fname ] && echodebug "/var/log/salt/$fname does not exist. Can't cat its contents!" && continue
|
||||
|
||||
echodebug "DEAMON LOGS for $fname:"
|
||||
|
|
Loading…
Add table
Reference in a new issue