Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -57,7 +57,6 @@ guard_sourcing || return "${ERR_GUARD_SRCE}"
|
||||
# None
|
||||
# Returns:
|
||||
# ERR_ARG_MSMTCH: on failure
|
||||
# ERR_ARG_MSMTCH: on failure
|
||||
# ERR_CONTROL_CT: on failure
|
||||
# ERR_DROPBEAR_V: on failure
|
||||
# ERR_MISS_PWD_F: on failure
|
||||
@@ -164,7 +163,7 @@ arg_parser() {
|
||||
shift 1
|
||||
;;
|
||||
|
||||
--change-splash )
|
||||
--change-splash)
|
||||
if [[ "${2}" == "club" || "${2}" == "hexagon" ]]; then
|
||||
# shellcheck disable=SC2034
|
||||
declare -g VAR_HANDLER_SPLASH="${2}"
|
||||
|
||||
Reference in New Issue
Block a user