Enhanced output with new features of sequencer

This commit is contained in:
2022-02-15 14:01:52 +01:00
parent dcdb6b45a3
commit 653d233586
6 changed files with 69 additions and 33 deletions

View File

@@ -95,9 +95,9 @@ step_4() {
}
step_5_info() {
echoinfoArgs "<SECRET>"
echoinfoArgs "[SECRET]"
echo "Install/start onlyoffice docker container"
echoinfo "If <SECRET> is empty, user input will be available if not run --quiet."
echoinfo "If [SECRET] is empty, user input will be available if not run --quiet."
echoinfo "$toolName will be run unsecured if no secret was provied."
}
step_5_alias() { ALIAS="startoo"; }