Fixed shellcheck format=quiet not available on Debian Buster

dehydrated
Felix Stupp 4 years ago
parent f323f9dd7c
commit ddf4c8d4a1
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -47,7 +47,7 @@ global_dns_ttl: "{{ 24 * 60 * 60 }}" # default if omitted in all cases
global_ssh_key_directory: "{{ global_public_key_directory }}/ssh"
global_ssh_host_key_directory: "{{ global_ssh_key_directory }}/hosts"
global_validate_shell_script: "/usr/bin/shellcheck -format=quiet %s"
global_validate_shell_script: "/usr/bin/shellcheck %s" # TODO add "--format="
global_validate_sudoers_file: "/usr/sbin/visudo -c -f %s"
global_wireguard_private_directory: "{{ global_credentials_directory }}/wireguard"

Loading…
Cancel
Save