forked from ungleich-public/cdist
Merge branch 'bugfix/preos-debug' into 'master'
Fix debug parameter Closes #849 See merge request ungleich-public/cdist!970
This commit is contained in:
commit
cce470b556
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ set -e
|
|||
if [ "${debug}" ]
|
||||
then
|
||||
set -x
|
||||
cdist_params="${cdist_params} -d"
|
||||
cdist_params="${cdist_params} -l 3"
|
||||
fi
|
||||
|
||||
bootstrap_dir="${target_dir}"
|
||||
|
|
Loading…
Reference in a new issue