We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af83994 + 1e9ab1e commit e124265Copy full SHA for e124265
src/Deployer/Task/PlatformConfiguration/HypernodeSettingTask.php
@@ -35,7 +35,7 @@ public function configureWithTaskConfig(TaskConfigurationInterface $config): ?Ta
35
$value = $config->getValue();
36
$taskName = "deploy:hypernode:setting:$attribute";
37
$task = task($taskName, function () use ($attribute, $value) {
38
- run("hypernode-systemctl settings $attribute $value --block");
+ run("yes | hypernode-systemctl settings $attribute $value --block");
39
});
40
after('deploy:setup', $taskName);
41
return $task;
0 commit comments