Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(install): cleanup CLI installer
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry authored and DIOHz0r committed Apr 24, 2018
1 parent c68488a commit 8a52663
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/cli_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@
'id' => $entityConfig->getID(),
'download_url' => PLUGIN_FLYVEMDM_AGENT_BETA_DOWNLOAD_URL
]);
$devquery = "UPDATE `glpi_plugin_flyvemdm_entityconfigs`
SET `download_url` = '" . PLUGIN_FLYVEMDM_AGENT_BETA_DOWNLOAD_URL . "'
WHERE `glpi_plugin_flyvemdm_entityconfigs`.`entities_id` = 0";
$DB->query($devquery);
}

// Enable the plugin
Expand Down

0 comments on commit 8a52663

Please sign in to comment.