From: Chris Koeritz Date: Fri, 24 Nov 2017 16:59:38 +0000 (-0500) Subject: fix customize process not having alias sometimes X-Git-Tag: 2.140.106^2~65 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=06a3b06942f044de761576ecc43f1ba0eea3bb33;hp=-c;p=feisty_meow.git fix customize process not having alias sometimes --- 06a3b06942f044de761576ecc43f1ba0eea3bb33 diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 189dac01..c60c9431 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -510,7 +510,8 @@ or if you're on cygwin, then try this (if apt-cyg is available):\n if [ -d "$FEISTY_MEOW_SCRIPTS/customize/$custom_user/scripts" ]; then echo "copying custom scripts for $custom_user" - netcp "$FEISTY_MEOW_SCRIPTS/customize/$custom_user/scripts" "$FEISTY_MEOW_LOADING_DOCK/custom/" &>/dev/null + rsync -avz "$FEISTY_MEOW_SCRIPTS/customize/$custom_user/scripts" "$FEISTY_MEOW_LOADING_DOCK/custom/" &>/dev/null + test_or_continue "copying customization scripts" #hmmm: could save output to show if an error occurs. fi echo