-
-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix auto config cmd display on manual_config #1209
Conversation
Only display command for automatic install if no manual_config was specified.
I don't really get your english sentences, please try to describe more detailed what your goal is. Why would you not display the commands if manual_config is true...maybe someone wants to copy'n'paste it for later use or just adjust them a bit...also, it doesnt hurt at all, nothing gets created.
What? No. Please explain, no idea what you mean or what the goal of this should be |
The idea is that if the It doesn't "hurt" but can be confusing if ending statement tells you to run a certain command. Well yes, if a user wants to adjust the command, it can be useful. However, the user can obtain the command again at any time in the web panel if he changes his mind and wants a |
The |
Ok. I was looking to make it behave like an unattended installation where you usually are not offered anything to execute in a later step. Just a result like unattended installation was successful or not. Maybe one or the other (verbose) logging output but nothing which catches the users attention. |
Did you actually test it? That's exactly what the cli install command does if you provide an input file |
Yes, it finishes with success or not but at the end there's this wall of text which highlights actions I could execute as following step. |
Sorry, no idea what you mean. If I run the installation command with an Input file, I don't have to do anything and have a fully installed and configured froxlor system - which is my understanding of a complete unattended setup. If I don't use any input file, I get asked questions about the Infos required and in the end, it will be executed and I also have a completely setup system. So where exactly is the issue now? |
As said, this isn't about functional/technical issues, it's more about the design. If I run something in unattended mode where I explicitely state that I want to configure something manually, I don't need a hint how to do it automatically regardless. It doesn't bother though. |
you said it yourself, YOU dont need a hint, others might |
Only display command for automatic install if no manual_config was specified.
TODO: It would be good to only display the auto cmd if the "Execute command now?" confirmation request pops up.