From: Chris Koeritz Date: Mon, 6 Nov 2017 22:55:02 +0000 (-0500) Subject: fixed issue with customized scripts dir X-Git-Tag: 2.140.90~53 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=5cfa8288e51dffbc5299b9355b153a83a9adf212 fixed issue with customized scripts dir was failing to write the items in subdirs. --- 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