Skip to content

Commit 2ca8716

Browse files
committed
4.4.20 update script will be needed in the future
1 parent 0f8e4ea commit 2ca8716

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

install/update/4.4.20.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)