From a3a4dcb0eaae12d45cdcf89903f1ed46f1b3b6ad Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Thu, 16 May 2024 16:39:09 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20wy=C5=9Bwietlania=20komunikat?= =?utf8?q?=C3=B3w=20w=20tabeli=20'crypt=5FLUKS=20devices'=20-=20immudex-cr?= =?utf8?q?ypt=20-=20rozmiar=20dysku=20-=20BT#175?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/sbin/immudex-crypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sbin/immudex-crypt b/tools/sbin/immudex-crypt index 3c191fb..964558d 100755 --- a/tools/sbin/immudex-crypt +++ b/tools/sbin/immudex-crypt @@ -48,7 +48,7 @@ function list() { echo "=============================================================="; echo -e "crypt_LUKS devices:"; echo "=============================================================="; - echo -e "Device:\t\tSize:"; + echo -e "Device:\t\t\tSize:"; if [ "$luksDevicesList" ]; then for lDevice in $luksDevicesList; do -- 2.39.5