summaryrefslogtreecommitdiff
path: root/dahdi.init
diff options
context:
space:
mode:
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