1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 12:43:12 +02:00

Make ./Config auto-import settings from 5.0.3 / 5.0.3.1.

This commit is contained in:
Bram Matthys
2020-04-15 08:57:49 +02:00
parent 9fab197021
commit 68642a4e68
+1 -1
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.2 unrealircd-5.0.1 unrealircd-5.0.0 unrealircd-5.0.0-rc2 unrealircd-5.0.0-rc1"
UNREALRELEASES="unrealircd-5.0.3.1 unrealircd-5.0.3 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