mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-10-15 04:38:41 +09:00
Remove nonint whiptail msgbox in do_overlayfs
This commit is contained in:
@@ -2674,7 +2674,9 @@ do_overlayfs() {
|
||||
else
|
||||
BPRO="writable"
|
||||
fi
|
||||
whiptail --msgbox "The boot partition is currently $BPRO. This cannot be changed while an overlay file system is enabled." 20 60 1
|
||||
if [ "$INTERACTIVE" = True ]; then
|
||||
whiptail --msgbox "The boot partition is currently $BPRO. This cannot be changed while an overlay file system is enabled." 20 60 1
|
||||
fi
|
||||
else
|
||||
DEFAULT=--defaultno
|
||||
CURRENT=0
|
||||
|
Reference in New Issue
Block a user