mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 21:23:12 +02:00
then again, that didn't work
This commit is contained in:
@@ -85,7 +85,7 @@ ARG="$ARG $EXTRAPARA "
|
|||||||
CONF="./configure $ARG"
|
CONF="./configure $ARG"
|
||||||
echo $CONF
|
echo $CONF
|
||||||
$CONF || exit 1
|
$CONF || exit 1
|
||||||
cd .
|
cd "$UNREALCWD"
|
||||||
if [ "$CRYPTOIRCD" = "1" ] ; then
|
if [ "$CRYPTOIRCD" = "1" ] ; then
|
||||||
if [ ! -f server.req.pem ]; then
|
if [ ! -f server.req.pem ]; then
|
||||||
export OPENSSLPATH
|
export OPENSSLPATH
|
||||||
@@ -278,6 +278,7 @@ done
|
|||||||
}
|
}
|
||||||
c=""
|
c=""
|
||||||
n=""
|
n=""
|
||||||
|
UNREALCWD="`pwd`"
|
||||||
NOSPOOF=""
|
NOSPOOF=""
|
||||||
DPATH="`pwd`"
|
DPATH="`pwd`"
|
||||||
SPATH="`pwd`/src/ircd"
|
SPATH="`pwd`/src/ircd"
|
||||||
@@ -337,7 +338,7 @@ while [ $# -ge 1 ] ; do
|
|||||||
. ./config.settings
|
. ./config.settings
|
||||||
fi
|
fi
|
||||||
RUN_CONFIGURE
|
RUN_CONFIGURE
|
||||||
cd .
|
cd "$UNREALCWD"
|
||||||
exit 0
|
exit 0
|
||||||
elif [ $1 = "-clean" -o $1 = "-C" ] ; then
|
elif [ $1 = "-clean" -o $1 = "-C" ] ; then
|
||||||
CLEAN="1"
|
CLEAN="1"
|
||||||
@@ -855,7 +856,7 @@ EXTRAPARA="$EXTRAPARA"
|
|||||||
ADVANCED="$ADVANCED"
|
ADVANCED="$ADVANCED"
|
||||||
__EOF__
|
__EOF__
|
||||||
RUN_CONFIGURE
|
RUN_CONFIGURE
|
||||||
cd .
|
cd "$UNREALCWD"
|
||||||
cat << __EOF__
|
cat << __EOF__
|
||||||
|
|
||||||
_______________________________________________________________________
|
_______________________________________________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user