Import settings from 5.0.2.

This commit is contained in:
Bram Matthys 2020-02-05 08:26:38 +01:00
parent e0d70f577b
commit de44549996
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

2
Config
View file

@ -326,7 +326,7 @@ echo ""
if [ -z "$NOCACHE" ] ; then
# This needs to be updated each release so auto-upgrading works for settings, modules, etc!!:
UNREALRELEASES="unrealircd-5.0.1 unrealircd-5.0.0 unrealircd-5.0.0-rc2 unrealircd-5.0.0-rc1"
UNREALRELEASES="unrealircd-5.0.2 unrealircd-5.0.1 unrealircd-5.0.0 unrealircd-5.0.0-rc2 unrealircd-5.0.0-rc1"
if [ -f "config.settings" ]; then
. ./config.settings
else