generated from me/template-mit
Explicitly note in sync-all that SYNC folders are not being handled.
This commit is contained in:
13
rc_shared.sh
13
rc_shared.sh
@@ -129,7 +129,18 @@ function pull-clones {
|
||||
alias get-clones="pull-clones"
|
||||
alias sync-clones="pull-clones"
|
||||
|
||||
function sync-all { push-masters; pull-clones; }
|
||||
function sync-all {
|
||||
push-masters
|
||||
echo -e "\n"
|
||||
pull-clones
|
||||
|
||||
echo -e "\n`date` - Skipping SYNC folders! Please do their loads separately."
|
||||
ls | grep "\-SYNC" | while read dir; do
|
||||
echo "- $dir"
|
||||
done
|
||||
|
||||
echo -e "`date` - \nDone."
|
||||
}
|
||||
|
||||
# SYNC folders.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user