arc: reinit loader after restore config

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-11-17 16:40:17 +01:00
parent dabbd3ff81
commit d274d528bb

View File

@ -847,6 +847,10 @@ function backupMenu() {
writeConfigKey "arc.builddone" "false" "${USER_CONFIG_FILE}"
BUILDDONE="$(readConfigKey "arc.builddone" "${USER_CONFIG_FILE}")"
fi
dialog --backtitle "$(backtitle)" --title "Online Restore" \
--aspect 18 --infobox "Restore successful! -> Reload Arc Init now" 5 50
sleep 2
exec init.sh
;;
5)
if [ -f "${USER_CONFIG_FILE}" ]; then