summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/net.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/net.sh.in b/sh/net.sh.in
index 3f42f9c..8f53a86 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