Skip to content

Conversation

@bittnert
Copy link

@bittnert bittnert commented Jan 9, 2021

Using shell module instead of command to generate fstab.

Command module does not support stdout redirection. Therefor the genfstab script did not work.

This is now changed to the shell module which support stdout redirection. Therefore, the
different mounted devices do not have to be entered into the fstab manually but will be added
by genfstab.

Additionally, added a warn=false to the curl command

* Using shell module instead of command to generate fstab.

Command module does not support stdout redirection. Therefor the genfstab script did not work.

This is now changed to the shell module which support stdout redirection. Therefore, the
different mounted devices do not have to be entered into the fstab manually but will be added
by genfstab.

* Additionally, added a warn=false to the curl command
@jsf9k jsf9k self-assigned this Feb 11, 2021
@jsf9k jsf9k added bug Something isn't working enhancement New feature or request labels Feb 11, 2021
@jsf9k
Copy link
Owner

jsf9k commented Feb 11, 2021

Thanks for the pull request @bittnert, and apologies for not noticing it until now. I will review this as soon as I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants