From cc62ca76356dc851006e3fc980cc1dcc46ef9ca6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Sep 2007 09:45:11 +0200 Subject: Consistently using curly brackets for variables. --- scripts/live-bottom/18hostname | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/live-bottom/18hostname') diff --git a/scripts/live-bottom/18hostname b/scripts/live-bottom/18hostname index ac35389..1dbb897 100755 --- a/scripts/live-bottom/18hostname +++ b/scripts/live-bottom/18hostname @@ -31,11 +31,11 @@ log_begin_msg "Setting hostname..." # live-initramfs script -echo "$HOSTNAME" > /root/etc/hostname +echo "${HOSTNAME}" > /root/etc/hostname cat >> /root/etc/hosts << EOF 127.0.0.1 localhost -127.0.1.1 $HOSTNAME +127.0.1.1 ${HOSTNAME} # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback -- cgit v1.2.3