clanServices: update description of generators that can be left empty

This commit is contained in:
Johannes Kirschbauer
2025-08-06 16:41:11 +02:00
parent 8bafbcb295
commit 073750e4c5
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
prompts.password.type = "hidden";
prompts.password.persist = true;
prompts.password.description = "You can autogenerate a password, if you leave this prompt blank.";
prompts.password.description = "Leave empty to generate automatically";
script = ''
prompt_value="$(cat "$prompts"/password)"

View File

@@ -98,7 +98,7 @@
};
type = "hidden";
persist = true;
description = "You can autogenerate a password, if you leave this prompt blank.";
description = "Leave empty to generate automatically";
};
runtimeInputs = [