From 379ce6bda7ec547859c7a02ced52fc110b9c9d6c Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sun, 7 Jun 2026 23:37:53 -0600 Subject: [PATCH] [android] improve finish task and exit capabilities. --- iiab-android | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/iiab-android b/iiab-android index be3adba..52a7cb5 100644 --- a/iiab-android +++ b/iiab-android @@ -509,6 +509,8 @@ if [ -d "/sdcard/.iiab_state" ]; then fi touch /usr/local/pdsm/flag_install_ready 2>/dev/null || true ok "Notified Android Controller: IIAB is ready." -warn "Don't forget to stop running services:" -warn " pdsm stop" -warn "before login out." + +log "Check status before finish" +pdsm status +log "Stop services to avoid issues on exit/log out" +pdsm stop