4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-14 18:36:07 +00:00

Don't normalise on upgrade

This commit is contained in:
Neil Alexander
2019-11-28 13:08:56 +00:00
parent 3f29a2ff05
commit c17c4af26d

View File

@ -53,10 +53,7 @@ fi
# Create the postinstall script
cat > config.bat << EOF
if exist yggdrasil.conf (
move yggdrasil.conf yggdrasil.conf.backup
yggdrasil.exe -useconffile yggdrasil.conf.backup -normaliseconf > yggdrasil.conf
) else (
if not exist yggdrasil.conf (
yggdrasil.exe -genconf > yggdrasil.conf
)
EOF