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

workaround to append user info to tmp file #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eercanayar
Copy link

@eercanayar eercanayar commented Jan 23, 2021

workaround to append user info to tmp file

see my comments on #6 :

The same here. The problem is, generate_and_install_server_config_file() loops $SAVED_FILE content to generate $WG_TMP_CONF_FILE. But add_user() doesn't add newly added user to $SAVED_FILE. Thus, the $SAVED_FILE remains empty. As a result, this makes final /etc/wireguard/$_INTERFACE.conf file corrupted. This issue is the same with issue #10.

As a workaround, I've added a line in the add_user() to append the newly added user details to $SAVED_FILE. I will send this as a PR. But it should be a more powerful solution to generate /etc/wireguard/$_INTERFACE.conf from profiles instead of appending user info to the temp file.

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.

"etc/wireguard/wg0.conf" file gets corrupted after reboot wg.sh do not create the saved.tmp file
1 participant