Unattended install does still require input
NL-TCH opened this issue · 4 comments
Pre-Submit Checklist:
- Check applicable sources for existing issues:
What happened:
when installing the spn community node software with the following command ./install.sh -S -y -n
(with the -y for unattended)
we still get the following prompt:
-> Please enter metrics comment:
What did you expect to happen?:
I expected to not get the prompt because i chose for the unattended install
How did you reproduce it?:
via the install ./install.sh -S -y -n
Debug Information:
the workaround is: yes | ./install.sh -S -y -n
and just enter 'y' into the field
the config.json will look like the following:
"comment": "y",
This issue has been automatically marked as inactive because it has not had activity in the past two months.
If no further activity occurs, this issue will be automatically closed in one week in order to increase our focus on active topics.
This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.
If the issue has not been resolved, you can find more information in our Wiki or continue the conversation on our Discord.