diff --git a/lgsm/functions/command_skeleton.sh b/lgsm/functions/command_skeleton.sh index ba1d759d6..d9ab4bbe3 100644 --- a/lgsm/functions/command_skeleton.sh +++ b/lgsm/functions/command_skeleton.sh @@ -9,4 +9,4 @@ fn_print_dots "" check.sh # Find all directorys and create them in the skel directory -find ${rootdir} -type d -not \( -path ./skel -prune \) +find ${rootdir} -type d -not \( -path ./skel -prune \) | cpio -pdvm skel