aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rwxr-xr-xservice1
1 files changed, 0 insertions, 1 deletions
diff --git a/service b/service
index f3aa49d1..9cf598d3 100755
--- a/service
+++ b/service
@@ -44,7 +44,6 @@ while [ $# -gt 0 ]; do
exit 0
elif [ $# -eq 2 -a "${2}" = "--full-restart" ]; then
SERVICE="${1}"
- cd /
if [ -x "${SERVICEDIR}/${SERVICE}" ]; then
env -i LANG=$LANG PATH=$PATH "${SERVICEDIR}/${SERVICE}" stop
env -i LANG=$LANG PATH=$PATH "${SERVICEDIR}/${SERVICE}" start