This commit is contained in:
Roy Marples 2008-04-21 19:26:56 +00:00
parent df8eeba2fb
commit 6a5287dbb5

View File

@ -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