Skip to content

Commit 67998f5

Browse files
authored
Implement Hestia auto update
1 parent 3b29825 commit 67998f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/delete/cron/autoupdate/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
77

88
if ($_SESSION['user'] == 'admin') {
9-
exec (VESTA_CMD."v-delete-cron-vesta-autoupdate", $output, $return_var);
9+
exec (VESTA_CMD."v-delete-cron-hestia-autoupdate", $output, $return_var);
1010
$_SESSION['error_msg'] = __('Autoupdate has been successfully disabled');
1111
unset($output);
1212
}

0 commit comments

Comments
 (0)