diff options
Diffstat (limited to 'russian')
-rw-r--r-- | russian/apache13-modssl/files/rc.apache.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/russian/apache13-modssl/files/rc.apache.sh b/russian/apache13-modssl/files/rc.apache.sh index 5ea30f522c40..d8dc42ae1d5f 100644 --- a/russian/apache13-modssl/files/rc.apache.sh +++ b/russian/apache13-modssl/files/rc.apache.sh @@ -2,12 +2,11 @@ case $1 in start) - !!PREFIX!!/sbin/apachectl startssl - echo -n ' apache' + !!PREFIX!!/sbin/apachectl startssl > /dev/null && echo -n ' apache' ;; stop) - !!PREFIX!!/sbin/apachectl stop + !!PREFIX!!/sbin/apachectl stop > /dev/null ;; *) |