From 9fa6c43584111bb2b383a5ecc17c31417ffd161e Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Tue, 4 Jul 2017 17:28:52 +0000 Subject: [PATCH] Align arguments --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index a2de096..ae627e5 100755 --- a/build.sh +++ b/build.sh @@ -198,9 +198,9 @@ install -m 644 files/config.txt "$ROOTFS_DIR/boot" apply_patches "$BASE_DIR/patches/01" -install -m 644 files/fstab "$ROOTFS_DIR/etc/fstab" -install -m 644 files/ipv6.conf "$ROOTFS_DIR/etc/modprobe.d/ipv6.conf" -install -m 644 files/interfaces "$ROOTFS_DIR/etc/network/interfaces" +install -m 644 files/fstab "$ROOTFS_DIR/etc/fstab" +install -m 644 files/ipv6.conf "$ROOTFS_DIR/etc/modprobe.d/ipv6.conf" +install -m 644 files/interfaces "$ROOTFS_DIR/etc/network/interfaces" echo $HOSTNAME > "$ROOTFS_DIR/etc/hostname" chmod 644 "$ROOTFS_DIR/etc/hostname"