Explorar el Código

Update HestiaApp.php (#4472)

Jaap Marcus hace 1 año
padre
commit
d08b44707d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);