From 45395e399d8d136128d5bc2126b6518192e240ea Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 24 Mar 2024 12:29:11 +0100 Subject: [PATCH] fickit: Don't allow to quit ash in case of metadata erase skip --- configs/update_imgs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/update_imgs.sh b/configs/update_imgs.sh index 420205f2..13866c22 100644 --- a/configs/update_imgs.sh +++ b/configs/update_imgs.sh @@ -25,6 +25,8 @@ OLD_KEY=$(cat /run/config/dm-crypt/key) echo "Metadata drive not erased" echo /bin/ash + sync + reboot -f done }