/etc/init.d/scst: Let "scst start" proceed even if the config file is missing

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3827 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-08-22 19:09:59 +00:00
parent 24fc29b9d6
commit 706407c334

View File

@@ -108,7 +108,7 @@ parse_scst_conf() {
SCST_OPT_MODULES=""
SCST_DAEMONS=""
if [ ! -e $SCST_CFG ]; then
return 1
return 0
fi
local nonblanks="[^ ]\{1,\}"
local blanks="[ ]\{1,\}"