diff options
Diffstat (limited to 'sh/net.sh.in')
-rw-r--r-- | sh/net.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/net.sh.in b/sh/net.sh.in index 3f42f9ca..8f53a86c 100644 --- a/sh/net.sh.in +++ b/sh/net.sh.in @@ -473,7 +473,7 @@ start() _up 2>/dev/null for module in ${MODULES}; do - if [ "$(command -v "${module}_pre_start")" = "${module}_pre_start"]; then + if [ "$(command -v "${module}_pre_start")" = "${module}_pre_start" ]; then ${module}_pre_start || exit $? fi done |