fixed issue with customized scripts dir
authorChris Koeritz <fred@gruntose.com>
Mon, 6 Nov 2017 22:55:02 +0000 (17:55 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 6 Nov 2017 22:55:02 +0000 (17:55 -0500)
was failing to write the items in subdirs.

scripts/core/functions.sh

index 5c8f430eb9b109aa6b7f34a17e1200f5908574e3..e70d6e57a8b65d0b92418609ad0c0d759e166bfc 100644 (file)
@@ -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