summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-04-06 17:35:41 +0200
committersr2013-04-12 19:11:42 +0200
commitb8009d3c7631ff011b43e7827ecd26f4e0b35005 (patch)
treead14f935378d516330a6b3683de52bf649d975ff
parentfix (diff)
downloadtm-scripts-b8009d3c7631ff011b43e7827ecd26f4e0b35005.tar.gz
tm-scripts-b8009d3c7631ff011b43e7827ecd26f4e0b35005.tar.xz
tm-scripts-b8009d3c7631ff011b43e7827ecd26f4e0b35005.zip
fix2
-rwxr-xr-xremote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script b/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script
index 965acbd2..b4cd0ee5 100755
--- a/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script
+++ b/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script
@@ -62,7 +62,7 @@ case $1 in
fi
# TODO i.e. event trigger
- [ "x$(grep -ci debug /proc/cmdline)" != "x0" ] && systemctl start nfs-mount.service
+ [ "x$(grep -ci debug /proc/cmdline)" == "x0" ] && systemctl start nfs-mount.service
;;