diff options
Diffstat (limited to 'news/inn/files/innd.sh')
-rw-r--r-- | news/inn/files/innd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh index ebffb30f748f..1bcc4f7b5ad5 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 - su -fm news -c !!PREFIX!!/news/bin/rc.news stop + su -fm news -c '!!PREFIX!!/news/bin/rc.news stop' fi |