Skip to content

Commit d08b447

Browse files
authored
Update HestiaApp.php (hestiacp#4472)
1 parent 82d063e commit d08b447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/System/HestiaApp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function runWp($args, &$cmd_result = null): bool {
147147
if (!is_file($wp)) {
148148
$this->runUser("v-add-user-wp-cli", []);
149149
} else {
150-
$this->runUser("v-run-cli-cmd", [$wp, "cli", "update"]);
150+
$this->runUser("v-run-cli-cmd", [$wp, "cli", "update", "--yes"]);
151151
}
152152
array_unshift($args, $wp);
153153

0 commit comments

Comments
 (0)