From 5579456c7ed9144d1de30053799fd2af10bea22e Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 27 Aug 2019 12:44:29 +0200 Subject: [slx-network] fix bad guard n°2 --- builder/modules.d/slx-network/scripts/udhcpc-trigger.stage4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/modules.d/slx-network/scripts/udhcpc-trigger.stage4 b/builder/modules.d/slx-network/scripts/udhcpc-trigger.stage4 index 0a67526f..b4dfeafa 100755 --- a/builder/modules.d/slx-network/scripts/udhcpc-trigger.stage4 +++ b/builder/modules.d/slx-network/scripts/udhcpc-trigger.stage4 @@ -7,7 +7,7 @@ export PATH=$PATH:/opt/openslx/sbin:/opt/openslx/bin . /opt/openslx/config -if [ -z "$SLX_PXE_NETIF" ] || [ -z "$SLX_PXE_CLIENT_IP" ]; then +if [ -z "$SLX_PXE_NETIF" ]; then echo "Missing PXE network interface information." exit 1 fi -- cgit v1.2.3-55-g7522