mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 02:09:24 +01:00
Merge r13820: Fix broken quoting in init script
svn:r13821
This commit is contained in:
parent
9e7b4400dc
commit
530d4237c2
2
debian/tor.init
vendored
2
debian/tor.init
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user