diff --git a/_scripts/unlock-luks-after-install.py b/_scripts/unlock-luks-after-install.py index af6d47d..b78fb79 100755 --- a/_scripts/unlock-luks-after-install.py +++ b/_scripts/unlock-luks-after-install.py @@ -237,14 +237,14 @@ def main() -> int: time.sleep(0.1) send_key("ret") spinner.text = colorize_message( - "[luks-unlock-wrapper] ✅ Unlocking encrypted disk. Entering LUKS password.", + "[luks-unlock-wrapper] ✔ Unlocking encrypted disk. Entering LUKS password.", sys.stdout, ) spinner.ok("") except Exception as exc: if spinner: spinner.text = colorize_message( - "[luks-unlock-wrapper] 💥 Post-install actions failed.", + "[luks-unlock-wrapper] ✗ Post-install actions failed.", sys.stdout, ) spinner.fail("")