forked from ungleich-public/cdist
no exec anymore
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
1d093f1c37
commit
8660e59296
1 changed files with 1 additions and 1 deletions
|
@ -41,5 +41,5 @@ if [ ! -x "${__cdist_manifest_init}" ]; then
|
|||
__cdist_exit_err "${__cdist_manifest_init} needs to be executable."
|
||||
fi
|
||||
|
||||
mkdir -p "$(__cdist_output_dir)"
|
||||
mkdir -p "${__cdist_output_dir}"
|
||||
"${__cdist_manifest_init}"
|
||||
|
|
Loading…
Reference in a new issue