From d6a61bedcc5689156fd60da78b0c63eb88535678 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 21 Aug 2002 03:40:29 +0000 Subject: remove extraneous / --- service | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1