You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following our offline discussion & your concerns, I have tested this more thoroughly and had a "proper" look at wireguard-server-init.sh.
I'm happy to give you more details, but the TL;DR is that beyond the error message fix, the other change I made addresses a highly unlikely - perhaps even impossible - edge case. It would only occur if the /etc/wireguard/wg0.conf had been removed after boot. If it did not exist at boot, the wg0 service would fail to start and the wg0 interface could not be up - so wg show interfaces would not list it. So that change - i.e. touching the conf file it if it does not exist - is of little to no value. OTOH touching the conf file would make no significant difference as wireguard-server-init.sh would overwrite the conf file anyway...
So the error message fix should be applied, but the other change probably should just be removed as it's cruft...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/etc/wireguard/wg0.confexists - initialisation fails unless it exists; empty file is fine.wg0.confshould always exist when the inithook runs, but it's best to not expect things to be "as they should be"!wireguard-server-init.shfails -cmdis string and should be passingproc.stderr