Adding upstream version 1.107.1.
[live-boot-grml.git] / scripts / live-bottom / 18hostname
index ac35389..1dbb897 100755 (executable)
@@ -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