diff options
| author | Jonathan Bauer | 2013-04-06 17:35:41 +0200 |
|---|---|---|
| committer | sr | 2013-04-12 19:11:42 +0200 |
| commit | b8009d3c7631ff011b43e7827ecd26f4e0b35005 (patch) | |
| tree | ad14f935378d516330a6b3683de52bf649d975ff /remote/rootfs | |
| parent | fix (diff) | |
| download | tm-scripts-b8009d3c7631ff011b43e7827ecd26f4e0b35005.tar.gz tm-scripts-b8009d3c7631ff011b43e7827ecd26f4e0b35005.tar.xz tm-scripts-b8009d3c7631ff011b43e7827ecd26f4e0b35005.zip | |
fix2
Diffstat (limited to 'remote/rootfs')
| -rwxr-xr-x | remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script | 2 |
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 ;; |
