safing / spn

Safing Privacy Network
https://safing.io/spn/
GNU Affero General Public License v3.0
257 stars 16 forks source link

Unattended install does still require input #173

Closed NL-TCH closed 8 months ago

NL-TCH commented 1 year ago

Pre-Submit Checklist:

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:

NL-TCH commented 1 year ago

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",

github-actions[bot] commented 1 year ago

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.

github-actions[bot] commented 1 year ago

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.

Raphty commented 1 year ago

@dhaavi I know this works for us, so what information would we need to understand what @NL-TCH issue might be?