Browse Source

Merge r13820: Fix broken quoting in init script

svn:r13821
Peter Palfrader 16 years ago
parent
commit
530d4237c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/tor.init

+ 1 - 1
debian/tor.init

@@ -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