This commit is contained in:
mirefly42 2025-10-04 08:53:57 -04:00 committed by GitHub
commit 37ae202bf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 6 deletions

View file

@ -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