rename _create_special_menu to _create_special

This commit is contained in:
Tobias Powalowski 2023-01-14 14:05:26 +01:00
parent 45a3777ea1
commit 3064ea3562
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ _prepare_storagedrive() {
"2")
_partition ;;
"3")
_create_special_menu ;;
_create_special ;;
"4")
_DEVFINISH=""
_ASK_MOUNTPOINTS=1

View file

@ -104,7 +104,7 @@ _create_luks_menu() {
_NEXTITEM="3"
}
_create_special_menu() {
_create_special() {
_NEXTITEM=""
_SPECIALDONE=""
while [[ -z "${_SPECIALDONE}" ]]; do