whitespace, cruft

This commit is contained in:
Daniel Swarbrick 2012-03-19 18:05:44 +01:00
parent 57b022c2d4
commit 935b4aefbd
1 changed files with 1 additions and 3 deletions

View File

@ -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
: