mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
/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:
@@ -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,\}"
|
||||
|
||||
Reference in New Issue
Block a user