mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 23:39:54 +07:00
arc-functions: fix rebootMenu message style
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
96326a3272
commit
3d67eea1b2
@ -2193,7 +2193,7 @@ function rebootMenu() {
|
||||
[ -z "${resp}" ] && return
|
||||
REDEST=${resp}
|
||||
dialog --backtitle "$(backtitle)" --title "Power Menu" \
|
||||
--infobox "${REDEST} selected ...!" 5 30
|
||||
--infobox "Option: ${REDEST} selected ...!" 3 50
|
||||
if [ "${REDEST}" == "poweroff" ]; then
|
||||
poweroff
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user