From 9a68d741ab7ffbd07468e3722077a32250e7bb8d Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 10 Jul 2025 10:04:51 -0700 Subject: [PATCH] Update emhttp/plugins/dynamix/scripts/install_key Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- emhttp/plugins/dynamix/scripts/install_key | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/scripts/install_key b/emhttp/plugins/dynamix/scripts/install_key index 695fc510a..2831f839e 100755 --- a/emhttp/plugins/dynamix/scripts/install_key +++ b/emhttp/plugins/dynamix/scripts/install_key @@ -31,7 +31,7 @@ $host = parse_url($url)['host']; if (in_array($host,['keys.lime-technology.com','lime-technology.com'])) { $key_file = basename($url); - write("Downloading $keyfile ...\n"); + write("Downloading $key_file ...\n"); exec("/usr/bin/wget -q -O ".escapeshellarg("/boot/config/$key_file")." ".escapeshellarg($url), $output, $return_var); if ($return_var === 0) { exec('emcmd '.escapeshellarg('checkRegistration=Apply'));