typo (FSSCRIPTS-1)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8925 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-07-08 07:33:35 +00:00
parent 36852b399e
commit f09b8cbcd1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ case "$CALLEDSCRIPT" in
freeswitch)
;;
*)
if [ "USE_INIT" != "TRUE" ]; then
if [ "$USE_INIT" != "TRUE" ]; then
echo "FreeSwitch disabled" ;
exit 0 ;
fi