typo (FSSCRIPTS-1)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8925 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
36852b399e
commit
f09b8cbcd1
|
@ -33,7 +33,7 @@ case "$CALLEDSCRIPT" in
|
|||
freeswitch)
|
||||
;;
|
||||
*)
|
||||
if [ "USE_INIT" != "TRUE" ]; then
|
||||
if [ "$USE_INIT" != "TRUE" ]; then
|
||||
echo "FreeSwitch disabled" ;
|
||||
exit 0 ;
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue