From 5cfa8288e51dffbc5299b9355b153a83a9adf212 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 6 Nov 2017 17:55:02 -0500 Subject: [PATCH] fixed issue with customized scripts dir was failing to write the items in subdirs. --- scripts/core/functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 5c8f430e..e70d6e57 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -452,7 +452,8 @@ if [ -z "$skip_all" ]; then if [ -d "$FEISTY_MEOW_SCRIPTS/customize/$custom_user/scripts" ]; then echo "copying custom scripts for $custom_user" - \cp -R "$FEISTY_MEOW_SCRIPTS/customize/$custom_user/scripts" "$FEISTY_MEOW_LOADING_DOCK/custom/" + netcp "$FEISTY_MEOW_SCRIPTS/customize/$custom_user/scripts" "$FEISTY_MEOW_LOADING_DOCK/custom/" &>/dev/null +#hmmm: could save output to show if an error occurs. fi echo regenerate -- 2.34.1