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

./Config: import settings from rc2/rc1.

This commit is contained in:
Bram Matthys
2019-12-12 16:57:37 +01:00
parent f118f95ffa
commit a46a2e050d
+1 -4
View File
@@ -326,10 +326,7 @@ echo ""
if [ -z "$NOCACHE" ] ; then
# This needs to be updated each release so auto-upgrading works for settings, modules, etc!!:
# FIXME for UnrealIRCd 5: we don't import anything.
# we probably SHOULD import the settings but NOT the modules ?
# let's worry about that later....
UNREALRELEASES=""
UNREALRELEASES="unrealircd-5.0.0-rc2 unrealircd-5.0.0-rc1"
if [ -f "config.settings" ]; then
. ./config.settings
else