From 6449d723aa1327017baaf48b82650f0d125c0508 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 20 Mar 2014 15:27:55 +0000 Subject: Fix a typo or three --- br-ct-sync-chroots | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/br-ct-sync-chroots b/br-ct-sync-chroots index 4bac61e..596a8b5 100755 --- a/br-ct-sync-chroots +++ b/br-ct-sync-chroots @@ -75,7 +75,7 @@ add_new_configs () { cat > "${SCHROOT_BASE}/baserock-${entry}/config" < "${SCHROOT_BASE}/baserock-${entry}/fstab" <<'EOF' /proc /proc none rw,bind 0 0 @@ -87,7 +87,7 @@ EOF cat > "${SCHROOT_BASE}/baserock-${entry}/copyfiles" <<'EOF' /etc/resolv.conf EOF - cat > "${SCHROOT_BASE}/baserock-${entry}/nssdatabase" <<'EOF' + cat > "${SCHROOT_BASE}/baserock-${entry}/nssdatabases" <<'EOF' networks hosts EOF -- cgit v1.2.1