2021-11-08 20:48:58

This commit is contained in:
gbaconni
2021-11-08 20:48:58 +01:00
parent f35afbc9b1
commit 01804556b4
2 changed files with 3 additions and 3 deletions

View File

@@ -96,9 +96,9 @@ main ()
if ssh_exec ${port} ${login} ${pass} lsblk | grep -q -i -E "_crypt"
then
echo "OK: Disk crypted"
echo "OK: Disk is encrypted"
else
echo "KO: Not disk crypted"
echo "KO: Disk is not encrypted"
fi
if ssh_exec ${port} ${login} ${pass} lsblk | grep -c "lvm" | grep -q -E '^[2-9]'