mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 22:09:53 +07:00
arc: reinit loader after restore config
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
dabbd3ff81
commit
d274d528bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user