Fix broken quoting in init script

svn:r13820
This commit is contained in:
Peter Palfrader 2008-03-03 13:14:33 +00:00
parent 977da15690
commit 4f4df7e6e7
1 changed files with 1 additions and 1 deletions

2
debian/tor.init vendored
View File

@ -90,7 +90,7 @@ check_torpiddir () {
}
check_config () {
if ! "$DAEMON --verify-config" > /dev/null; then
if ! $DAEMON --verify-config > /dev/null; then
echo "ABORTED: Tor configuration invalid:" >&2
$DAEMON --verify-config >&2
exit 1