projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
166efc4
)
fixed issue with customized scripts dir
author
Chris Koeritz
<fred@gruntose.com>
Mon, 6 Nov 2017 22:55:02 +0000
(17:55 -0500)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/scripts/core/functions.sh
b/scripts/core/functions.sh
index 5c8f430eb9b109aa6b7f34a17e1200f5908574e3..e70d6e57a8b65d0b92418609ad0c0d759e166bfc 100644
(file)
--- 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