1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Create $CONFDIR so ./Config question about copying example conf doesn't fail.

Reported by PeGaSuS on IRC.
This commit is contained in:
Bram Matthys
2024-11-27 18:41:03 +01:00
parent 1f57a606a4
commit ec489e48d2
+1
View File
@@ -52,6 +52,7 @@ fi
mkdir -p $TMPDIR
mkdir -p $PRIVATELIBDIR
mkdir -p $CONFDIR
# Do this even if we're not in advanced mode
if [ "$ADVANCED" = "1" ] ; then