Update emhttp/plugins/dynamix/scripts/install_key

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Zack Spear
2025-07-10 10:04:51 -07:00
committed by GitHub
parent 67bbd68664
commit 9a68d741ab

View File

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