summaryrefslogtreecommitdiff
path: root/dahdi.init
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-22 10:25:26 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-22 10:25:26 +0000
commit286cae31f8b59dfe8ae100f1c7e2e1ecdfbd3f68 (patch)
treef156b2109326aa81581d90c4ec518d001493f557 /dahdi.init
parent790ec29932e1c942325b4d83313f250be3f044d7 (diff)
make sure '/etc/init.d/dahdi stop' ends with a newline
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6442 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'dahdi.init')
-rwxr-xr-xdahdi.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/dahdi.init b/dahdi.init
index 6ae1e3d..5a7a728 100755
--- a/dahdi.init
+++ b/dahdi.init
@@ -230,9 +230,9 @@ case "$1" in
#shutdown_dynamic # FIXME: needs test from someone with dynamic spans
echo -n "Unloading DAHDI hardware modules: "
if unload_module dahdi; then
- echo -n "done"
+ echo "done"
else
- echo -n "error"
+ echo "error"
fi
if [ "$LOCKFILE" != '' ]; then
[ $RETVAL -eq 0 ] && rm -f $LOCKFILE