mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-25 03:54:33 +02:00
Damcava35/test pre commit (#256)
* chore: make linter happy for existing code * fix: add missing test 2.1.2_disable_bsd_intetd.sh * feat: add basic pre commit Ensure a check has a corresponding test --------- Co-authored-by: Damien Cavagnini <damien.cavagnini@corp.ovh.com>
This commit is contained in:
@ -148,5 +148,5 @@ div() {
|
||||
fi
|
||||
local _r=$(($1$_n / $2))
|
||||
_r=${_r:0:-$_d}.${_r: -$_d}
|
||||
echo $_r
|
||||
echo "$_r"
|
||||
}
|
||||
|
Reference in New Issue
Block a user