fix initscript for sfa-cm that was irritatingly loading the wrong file
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 17 Dec 2012 10:17:31 +0000 (11:17 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 17 Dec 2012 10:17:31 +0000 (11:17 +0100)
init.d/sfa-cm

index cdddf8b..77b02d1 100755 (executable)
@@ -8,7 +8,7 @@
 #
 
 # Source config
-. /etc/sfa/sfa_config
+[ -f /etc/sfa/sfa_config.sh ] && . /etc/sfa/sfa_config.sh
 
 # source function library
 . /etc/init.d/functions