Jaap Marcus 1 год назад
Родитель
Сommit
d08b44707d
1 измененных файлов с 1 добавлено и 1 удалено
  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)) {
 			$this->runUser("v-add-user-wp-cli", []);
 		} else {
-			$this->runUser("v-run-cli-cmd", [$wp, "cli", "update"]);
+			$this->runUser("v-run-cli-cmd", [$wp, "cli", "update", "--yes"]);
 		}
 		array_unshift($args, $wp);