forked from ungleich-public/cdist
Fix debug parameter
-d was removed from cdist in favor of mulitple -v and -l parameters, but -d was not removed from preos. Resolve #849.bugfix/preos-debug
parent
7cf85c4659
commit
c819548343
|
@ -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 New Issue