mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +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:
parent
36852b399e
commit
f09b8cbcd1
2
debian/freeswitch.init
vendored
2
debian/freeswitch.init
vendored
@ -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…
x
Reference in New Issue
Block a user