Skip to content

Commit 036e2c1

Browse files
authored
Change to hestia update script.
1 parent 919b239 commit 036e2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/list/updates/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313

1414
// Data
15-
exec (VESTA_CMD."v-list-sys-vesta-updates json", $output, $return_var);
15+
exec (VESTA_CMD."v-list-sys-hestia-updates json", $output, $return_var);
1616
$data = json_decode(implode('', $output), true);
1717
unset($output);
18-
exec (VESTA_CMD."v-list-sys-vesta-autoupdate plain", $output, $return_var);
18+
exec (VESTA_CMD."v-list-sys-hestia-autoupdate plain", $output, $return_var);
1919
$autoupdate = $output['0'];
2020
unset($output);
2121

0 commit comments

Comments
 (0)