From 67a932bee118c9b04cb398bbaf324c9f7bc64da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Tue, 10 Mar 2026 16:46:42 +0100 Subject: [PATCH] Fixed Bug in IPA-Key initial setup --- system_setup/mount_ecrypt_home.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/system_setup/mount_ecrypt_home.sh b/system_setup/mount_ecrypt_home.sh index 422a67d..517da72 100755 --- a/system_setup/mount_ecrypt_home.sh +++ b/system_setup/mount_ecrypt_home.sh @@ -37,9 +37,6 @@ else #Get the Token from IPA echo Getting the Vault ${IPAVAULTNAME} ipa vault-retrieve ${IPAVAULTNAME} --out /var/tmp/IPAVAULTKEY.txt >/dev/null #TODO: Instead of /var/tmp use tmpfs for more security - if [ $? -ne 0 ]; then - echo "No Key found." - fi if [ $? -ne 0 ]; then echo "No Key found. Will try to Setup a new one." ENCKEY=$( openssl rand -base64 24 )