Browse Source

Update HestiaApp.php (#4472)

Jaap Marcus 1 year ago
parent
commit
d08b44707d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/app/System/HestiaApp.php

+ 1 - 1
web/src/app/System/HestiaApp.php

@@ -147,7 +147,7 @@ class HestiaApp {
 		if (!is_file($wp)) {
 		if (!is_file($wp)) {
 			$this->runUser("v-add-user-wp-cli", []);
 			$this->runUser("v-add-user-wp-cli", []);
 		} else {
 		} else {
-			$this->runUser("v-run-cli-cmd", [$wp, "cli", "update"]);
+			$this->runUser("v-run-cli-cmd", [$wp, "cli", "update", "--yes"]);
 		}
 		}
 		array_unshift($args, $wp);
 		array_unshift($args, $wp);