mirror of
https://github.com/ovh/debian-cis.git
synced 2025-03-25 21:32:29 +01:00

Shellcheck recommands to replace sed by shell expansions in 'simple' cases. However, the replacement here is likely to lead to erros, so we disable this rule. Moreover, it does'nt really add readability.