forked from ungleich-public/cdist
Removed debugging from __jail_freebsd10/gencode-local
This commit is contained in:
parent
2f68e21a96
commit
bcd4e5f29b
1 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@
|
|||
#
|
||||
|
||||
# Debug
|
||||
exec >&2
|
||||
set -x
|
||||
#exec >&2
|
||||
#set -x
|
||||
|
||||
jaildir="$(cat "$__object/parameter/jaildir")"
|
||||
|
||||
|
@ -48,5 +48,5 @@ if [ "$state" = "present" ]; then
|
|||
fi # state=present
|
||||
|
||||
# Debug
|
||||
set +x
|
||||
#set +x
|
||||
|
||||
|
|
Loading…
Reference in a new issue