We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8e4ea commit 2ca8716Copy full SHA for 2ca8716
install/update/4.4.20.php
@@ -0,0 +1,7 @@
1
+<?php
2
+require_once __DIR__ . '/../../core/php/core.inc.php';
3
+
4
+// Update Smart & Atlas /boot/boot.scr
5
+if (in_array(strtolower(jeedom::getHardwareName()), ['smart', 'atlas']) && !recovery::isInstalled()) {
6
+ recovery::install();
7
+}
0 commit comments