Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -90,7 +90,7 @@ installation_firmware() {
|
||||
|
||||
if [[ -n "${var_alias}" ]]; then
|
||||
|
||||
if [[ -z "${hmp_alias_unique[${var_alias}]}" ]]; then
|
||||
if [[ -z "${hmp_alias_unique[${var_alias}]:-}" ]]; then
|
||||
|
||||
hmp_alias_unique["${var_alias}"]=1
|
||||
printf '%s\n' "${var_alias}" >> "${dir_fw}/4145_s1_mod_aliases_all.txt"
|
||||
|
||||
Reference in New Issue
Block a user