Skip to content

Commit 3d98f87

Browse files
committed
Update web\update to hestia.
1 parent fe87a7d commit 3d98f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
if ($_SESSION['user'] == 'admin') {
99
if (!empty($_GET['pkg'])) {
1010
$v_pkg = escapeshellarg($_GET['pkg']);
11-
exec (HESTIA_CMD."v-update-sys-vesta ".$v_pkg, $output, $return_var);
11+
exec (HESTIA_CMD."v-update-sys-hestia ".$v_pkg, $output, $return_var);
1212
}
1313

1414
if ($return_var != 0) {

0 commit comments

Comments
 (0)