V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m52s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m52s
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 [[ -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
|
hmp_alias_unique["${var_alias}"]=1
|
||||||
printf '%s\n' "${var_alias}" >> "${dir_fw}/4145_s1_mod_aliases_all.txt"
|
printf '%s\n' "${var_alias}" >> "${dir_fw}/4145_s1_mod_aliases_all.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user