Skip to content
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

ffac-mesh-vpn-wireguard-owrt19: fix all shellcheck issues #57

Conversation

grische
Copy link
Contributor

@grische grische commented Nov 20, 2023

ShellCheck has no "first class support" for busbox sh , but instead relies on the ash parsing that in turn uses Debian's dash implementation.
So I do (correctly) specify #!/bin/busybox sh but then tell shellcheck to also accept dash parsing.

See https://www.shellcheck.net/wiki/SC2187 for more details.

@grische grische force-pushed the fix/shellcheck-ffac-mesh-vpn-wireguard-openwrt19 branch from eba7d57 to 4fa0140 Compare November 20, 2023 22:20
@maurerle maurerle merged commit 627bf4c into freifunk-gluon:master Nov 20, 2023
1 check passed
@grische grische deleted the fix/shellcheck-ffac-mesh-vpn-wireguard-openwrt19 branch November 20, 2023 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants