Skip to content

Commit

Permalink
Update install.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekiro-kost committed Aug 21, 2024
1 parent 7587b03 commit dcc618b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin_info/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


function luna_install() {
$cmdsToRemove = array('ssid2', 'isconnect2', 'connect2', 'disconnect2', 'wifiip2');

config::save('isLte', 'NOLTE', 'luna');
luna::patchLuna('install');
$eqLogic = luna::byLogicalId('wifi', 'luna');
Expand All @@ -37,6 +37,7 @@ function luna_install() {
$eqLogic->setIsEnable(1);
$eqLogic->save();
}else{
$cmdsToRemove = array('ssid2', 'isconnect2', 'connect2', 'disconnect2', 'wifiip2');
foreach($cmdsToRemove as $logical){
$cmd = $eqLogic->getCmd(null, $logical);
if(is_object($cmd)){
Expand Down

0 comments on commit dcc618b

Please sign in to comment.