Use full path in config validation consistently

This commit is contained in:
Alexander Gorelyshev
2026-06-08 14:15:09 +04:00
parent 37222f515e
commit b246eae017
4 changed files with 8 additions and 8 deletions

View File

@@ -23,4 +23,4 @@
path: /etc/ssh/sshd_config
regexp: '^#?LogLevel'
line: 'LogLevel VERBOSE'
validate: sshd -f %s -t
validate: /usr/sbin/sshd -t -f %s