summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/servconfig
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-10-15 13:53:02 +0200
committerSebastian Schmelzer2008-10-15 13:53:02 +0200
commitd7d2248f94a761db32e7d704d0bbaa4668edbedc (patch)
tree6ba81c04046d5ba552ce5de4eb49b9f483a54889 /initramfs/stage3-stuff/bin/servconfig
parent * include plugin variables (diff)
downloadcore-d7d2248f94a761db32e7d704d0bbaa4668edbedc.tar.gz
core-d7d2248f94a761db32e7d704d0bbaa4668edbedc.tar.xz
core-d7d2248f94a761db32e7d704d0bbaa4668edbedc.zip
* typo
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2317 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/bin/servconfig')
-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)"