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

Fix for location of unrealircd.ctl when not in ~/unrealircd/

Reported by Han`
This commit is contained in:
Bram Matthys
2022-01-03 18:24:29 +01:00
parent c4126a2d1e
commit ca6a3efdb2
+1
View File
@@ -72,6 +72,7 @@ fi
ARG="$ARG--with-bindir=$BINDIR "
ARG="$ARG--with-datadir=$DATADIR "
ARG="$ARG--with-pidfile=$DATADIR/unrealircd.pid "
ARG="$ARG--with-controlfile=$DATADIR/unrealircd.ctl "
ARG="$ARG--with-confdir=$CONFDIR "
ARG="$ARG--with-modulesdir=$MODULESDIR "
ARG="$ARG--with-logdir=$LOGDIR "