summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-27 12:44:29 +0200
committerJonathan Bauer2019-08-27 12:44:29 +0200
commit5579456c7ed9144d1de30053799fd2af10bea22e (patch)
tree4efc7e8124e8f8ad4a536b01c3679046f44b4bca
parent[slx-network] SLX_STAGE4_DHCP support (diff)
downloadsystemd-init-5579456c7ed9144d1de30053799fd2af10bea22e.tar.gz
systemd-init-5579456c7ed9144d1de30053799fd2af10bea22e.tar.xz
systemd-init-5579456c7ed9144d1de30053799fd2af10bea22e.zip
[slx-network] fix bad guard n°2
-rwxr-xr-xbuilder/modules.d/slx-network/scripts/udhcpc-trigger.stage42
1 files changed, 1 insertions, 1 deletions
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