arc: fix boot message

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-01-21 12:12:29 +01:00
parent c75350f32b
commit d3621f2e27

View File

@ -2796,7 +2796,7 @@ function boot() {
fi fi
writeConfigKey "arc.bootcount" "0" "${USER_CONFIG_FILE}" writeConfigKey "arc.bootcount" "0" "${USER_CONFIG_FILE}"
dialog --backtitle "$(backtitle)" --title "Arc Boot" \ dialog --backtitle "$(backtitle)" --title "Arc Boot" \
--infobox "Booting to DSM - Please stay patient!" 5 30 --infobox "Booting to DSM...\nPlease stay patient!" 4 25
sleep 2 sleep 2
exec reboot exec reboot
} }