update: rewrite

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-05-29 20:13:49 +02:00
parent 92d687342a
commit 9171f0fa24

View File

@@ -93,7 +93,8 @@ function boot() {
dialog --backtitle "$(backtitle)" --title "Arc Boot" \
--infobox "Rebooting to Config Mode...\nPlease stay patient!" 4 30
fi
sleep 2
rm -f "${MOD_ZIMAGE_FILE}" "${MOD_RDGZ_FILE}" 2>/dev/null
sleep 3
exec reboot
}