mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-05-20 08:55:06 +03:00
Prevent contrib/macos/create-pkg.sh script from generating a config readable by everyone
This commit is contained in:
parent
39711d4c87
commit
eebee5f6f9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ then
|
|||
echo "Normalising /etc/yggdrasil.conf"
|
||||
/usr/local/bin/yggdrasil -useconffile /Library/Preferences/Yggdrasil/yggdrasil.conf.`date +%Y%m%d` -normaliseconf > /etc/yggdrasil.conf
|
||||
else
|
||||
/usr/local/bin/yggdrasil -genconf > /etc/yggdrasil.conf
|
||||
(umask 037 && /usr/local/bin/yggdrasil -genconf > /etc/yggdrasil.conf)
|
||||
fi
|
||||
|
||||
# Unload existing Yggdrasil launchd service, if possible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue