1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-25 04:01:55 +00:00

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

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