rename _luks to _createluks

This commit is contained in:
Tobias Powalowski 2023-01-14 14:24:02 +01:00
parent d5b88bdf51
commit cb0f376254
2 changed files with 2 additions and 2 deletions

View file

@ -928,7 +928,7 @@ attacks. The encryption is only as good as your key management, and there\n
are other ways to break into computers, while they are running." 0 0 are other ways to break into computers, while they are running." 0 0
} }
_luks() _createluks()
{ {
_NAME_SCHEME_PARAMETER_RUN="" _NAME_SCHEME_PARAMETER_RUN=""
_LUKSFINISH="" _LUKSFINISH=""

View file

@ -92,7 +92,7 @@ _create_luks_menu() {
_NEXTITEM="$(cat "${_ANSWER}")" _NEXTITEM="$(cat "${_ANSWER}")"
case $(cat "${_ANSWER}") in case $(cat "${_ANSWER}") in
"1") "1")
_luks ;; _createluks ;;
"2") "2")
_stopluks ;; _stopluks ;;
"3") "3")