]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
whitespace, cruft
authorDaniel Swarbrick <daniel.swarbrick@gmail.com>
Mon, 19 Mar 2012 17:05:44 +0000 (18:05 +0100)
committerDaniel Swarbrick <daniel.swarbrick@gmail.com>
Mon, 19 Mar 2012 17:05:44 +0000 (18:05 +0100)
debian/freeswitch.init

index c09e7128d1328cd61a2e94f29151774318c84f89..6cae11ba39e38f44a81e07dfe1ea81da28a6e5de 100755 (executable)
@@ -28,7 +28,7 @@ WORKDIR=/opt/$NAME
 
 CALLEDSCRIPT=`basename $0`
 
-if [ -r /etc/default/$NAME ]; then . /etc/default/$NAME; fi                                           
+if [ -r /etc/default/$NAME ]; then . /etc/default/$NAME; fi
 
 if [ "$FREESWITCH_ENABLED" != "true" ]; then 
     echo "$DESC not enabled yet. Edit /etc/default/$NAME first."
@@ -180,5 +180,3 @@ case "$1" in
        exit 3
        ;;
 esac
-
-: