summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinitramfs/stage3-stuff/bin/servconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/bin/servconfig b/initramfs/stage3-stuff/bin/servconfig
index 1387c290..4591ce8f 100755
--- a/initramfs/stage3-stuff/bin/servconfig
+++ b/initramfs/stage3-stuff/bin/servconfig
@@ -27,7 +27,7 @@
. /etc/slxsystem.conf
# load variables defined by plugins
-[ -f /tmp/env/wrapper.env ] . /tmp/env/wrapper.env
+[ -f /tmp/env/wrapper.env ] && . /tmp/env/wrapper.env
# script run timer
[ $DEBUGLEVEL -eq 8 ] && echo "** SW setup started at $(sysup)"