summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-network/scripts/udhcpc-trigger.stage3
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/slx-network/scripts/udhcpc-trigger.stage3')
-rwxr-xr-xmodules.d/slx-network/scripts/udhcpc-trigger.stage34
1 files changed, 2 insertions, 2 deletions
diff --git a/modules.d/slx-network/scripts/udhcpc-trigger.stage3 b/modules.d/slx-network/scripts/udhcpc-trigger.stage3
index 82a21f6f..bab33564 100755
--- a/modules.d/slx-network/scripts/udhcpc-trigger.stage3
+++ b/modules.d/slx-network/scripts/udhcpc-trigger.stage3
@@ -146,7 +146,7 @@ else
else
# regular fallback to DNS and noname-* if needed
if [ -n "$fqdn_hostname" ]; then
- echo "Using DNS record hostname: $fqdn_hostname."
+ echo "Using DNS record hostname: '$fqdn_hostname'."
hostname="$fqdn_hostname"
else
# no fallback hostname from DNS, use IP address
@@ -170,4 +170,4 @@ fi
touch /.network
set +x
-} &>> "/run/openslx/initramfs-udhcpc.log.$$"
+} 2> "/run/openslx/initramfs-udhcpc.log.$$"