From a8a005dc0dfce708a4da0aa8d0b10bd59cb03242 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 10 May 1998 22:08:30 +0000 Subject: Remove leading '[ -x' so this script works as intended. PR: 6534 Submitted by: Vadim Chekan --- news/inn/files/innd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news/inn/files') diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh index 9e24c2702098..61c1d6601c18 100644 --- a/news/inn/files/innd.sh +++ b/news/inn/files/innd.sh @@ -5,5 +5,5 @@ if [ $# -eq 0 -o x$1 = xstart ]; then fi fi if [ x$1 = xstop ]; then - [ -x !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down + !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down fi -- cgit v1.2.3