Script order fixes [release]

This commit is contained in:
crschnick
2023-11-24 09:11:23 +00:00
parent 88c5c1c7ac
commit dbec0b8fd7
4 changed files with 6 additions and 5 deletions

View File

@@ -157,8 +157,6 @@ public interface ShellControl extends ProcessControl {
ShellControl withInitSnippet(ScriptSnippet snippet);
ShellControl removeInitSnippet(ScriptSnippet snippet);
ShellControl additionalTimeout(int ms);
FailableSupplier<SecretValue> getElevationPassword();