cleanup/continue
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
197fa583b5
commit
41a0c1dc8a
2 changed files with 1 additions and 3 deletions
|
@ -53,9 +53,9 @@ __cdist_dir push "${__cdist_abs_mydir}" "${__cdist_remote_bin_dir}"
|
|||
__cdist_dir push "${__cdist_core_dir}" "${__cdist_remote_core_dir}"
|
||||
|
||||
__cdist_explorer_run_global
|
||||
__cdist_manifest_run_init
|
||||
exit 1
|
||||
|
||||
__cdist_manifest_run_init
|
||||
__cdist_object_all __cdist_object_prepare
|
||||
__cdist_object_all __cdist_object_run
|
||||
__cdist_cache
|
||||
|
|
|
@ -23,9 +23,7 @@
|
|||
|
||||
__cdist_explorer_run()
|
||||
{
|
||||
# [ $# -eq 3 ] || __cdist_usage "<global|type> <explorer dir> <out dir>"
|
||||
[ $# -eq 5 ] || __cdist_usage "<global|type> <local explorer dir> <remote explorer dir> <remote out dir> <local out dir>"
|
||||
set -x
|
||||
|
||||
# Ensure there is at least one explorer
|
||||
num="$(ls -1 "$__cdist_explorer_dir" | wc -l)"
|
||||
|
|
Loading…
Reference in a new issue