mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge r13820: Fix broken quoting in init script
svn:r13821
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user