fickit: Don't allow to quit ash in case of metadata erase skip

This commit is contained in:
nemunaire 2024-03-24 12:29:11 +01:00
parent a01380730c
commit 45395e399d
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ OLD_KEY=$(cat /run/config/dm-crypt/key)
echo "Metadata drive not erased"
echo
/bin/ash
sync
reboot -f
done
}