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'));