mirror of
https://github.com/ovh/debian-cis.git
synced 2025-01-22 04:05:39 +01:00
b9e129d8fe
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.