aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-08-21 03:40:29 +0000
committerBill Nottingham <notting@redhat.com>2002-08-21 03:40:29 +0000
commitd6a61bedcc5689156fd60da78b0c63eb88535678 (patch)
tree3c9d07b7957690e68e52d2fb65ec837c9499f974 /service
parent37cd8076812996f2b73ac8400a712ffa6cc168c6 (diff)
downloadinitscripts-d6a61bedcc5689156fd60da78b0c63eb88535678.tar
initscripts-d6a61bedcc5689156fd60da78b0c63eb88535678.tar.gz
initscripts-d6a61bedcc5689156fd60da78b0c63eb88535678.tar.bz2
initscripts-d6a61bedcc5689156fd60da78b0c63eb88535678.tar.xz
initscripts-d6a61bedcc5689156fd60da78b0c63eb88535678.zip
remove extraneous /
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