aboutsummaryrefslogtreecommitdiffstats
path: root/add-service
diff options
context:
space:
mode:
Diffstat (limited to 'add-service')
-rwxr-xr-xadd-service2
1 files changed, 1 insertions, 1 deletions
diff --git a/add-service b/add-service
index b208ba7..f42907a 100755
--- a/add-service
+++ b/add-service
@@ -84,7 +84,7 @@ else
# restart the service if already running
if [ -f /var/lock/subsys/$srv ]; then
- /sbin/service $srv restart > /dev/null 2>/dev/null || :
+ /sbin/service $srv restart > /dev/null || :
fi
fi