]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo (FSSCRIPTS-1)
authorMichael Jerris <mike@jerris.com>
Tue, 8 Jul 2008 07:33:35 +0000 (07:33 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 8 Jul 2008 07:33:35 +0000 (07:33 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8925 d0543943-73ff-0310-b7d9-9358b9ac24b2

debian/freeswitch.init

index 7456ba2ab661b7d58d59efecc2e564d6c4ba9c96..b28f96b20bd91acd8b6c387affe19a2246199793 100755 (executable)
@@ -33,7 +33,7 @@ case "$CALLEDSCRIPT" in
        freeswitch)
        ;;
        *)
-         if [ "USE_INIT" != "TRUE" ]; then 
+         if [ "$USE_INIT" != "TRUE" ]; then 
            echo "FreeSwitch disabled" ; 
            exit 0 ;
          fi