From f3697306960d5175829a155eb83990927ef7b1fe Mon Sep 17 00:00:00 2001 From: jonas Date: Sat, 14 Oct 2006 09:51:31 +0000 Subject: Move config loading to new file common-settings, and rename file functions to commmon-functions. git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@34 8f53b18a-e215-0410-8885-9f593d34873e --- 9_resync.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '9_resync.sh') diff --git a/9_resync.sh b/9_resync.sh index ed2dd13..8771aa5 100755 --- a/9_resync.sh +++ b/9_resync.sh @@ -2,11 +2,8 @@ set -e -. ./config-DEFAULTS || exit 1 -. ./config-HOST || exit 1 -. ./config-TARGET || exit 1 -. ./config-MANDATED || exit 1 -. ./functions || exit 1 +. ./common-settings || exit 1 +. ./common-functions || exit 1 mount "$rootdev_host" "$mountpoint" rsync -av --delete --one-file-system "$mountpoint/"* "$targettemp/" --exclude 'etc/shadow*' --exclude 'etc/gshadow*' --exclude 'etc/ssh/ssh_host_*_key*' --exclude 'root/**' --dry-run -- cgit v1.2.3