mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-10-13 16:35:07 +03:00
Merge eebee5f6f9
into d0b5352db3
This commit is contained in:
commit
37ae202bf1
8 changed files with 8 additions and 6 deletions
|
@ -6,7 +6,7 @@ CONF_DIR="/etc/yggdrasil-network"
|
|||
|
||||
if [ ! -f "$CONF_DIR/config.conf" ]; then
|
||||
echo "generate $CONF_DIR/config.conf"
|
||||
yggdrasil --genconf > "$CONF_DIR/config.conf"
|
||||
(umask 037 && yggdrasil --genconf > "$CONF_DIR/config.conf")
|
||||
fi
|
||||
|
||||
if [ -n "$ALLOW_IPV6_FORWARDING" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue