mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 20:59:54 +07:00
arc: change false message
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
5f030c2349
commit
71e7eba6f3
@ -740,7 +740,7 @@ function arcFinish() {
|
|||||||
# Ask for Boot
|
# Ask for Boot
|
||||||
dialog --clear --backtitle "$(backtitle)" --title "Build done"\
|
dialog --clear --backtitle "$(backtitle)" --title "Build done"\
|
||||||
--no-cancel --menu "Boot now?" 7 40 0 \
|
--no-cancel --menu "Boot now?" 7 40 0 \
|
||||||
1 "Yes - Boot Arc Loader now" \
|
1 "Yes - Boot DSM now" \
|
||||||
2 "No - I want to make changes" \
|
2 "No - I want to make changes" \
|
||||||
2>"${TMP_PATH}/resp"
|
2>"${TMP_PATH}/resp"
|
||||||
resp=$(cat ${TMP_PATH}/resp)
|
resp=$(cat ${TMP_PATH}/resp)
|
||||||
|
Loading…
Reference in New Issue
Block a user