From 1e525cbf934d7eefa67458d11036b64abb32a4f0 Mon Sep 17 00:00:00 2001 From: Travis McArthur Date: Wed, 24 Jun 2015 17:31:38 -0700 Subject: [PATCH] Update Config to handle directory creation --- Config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Config b/Config index 706c34e4d..736cc916c 100755 --- a/Config +++ b/Config @@ -32,6 +32,8 @@ if [ -z "$BINDIR" -o -z "$DATADIR" -o -z "$CONFDIR" -o -z "$MODULESDIR" -o -z "$ exit fi +mkdir -p $TMPDIR + # Do this even if we're not in advanced mode if [ "$SHOWLISTMODES" = "1" ] ; then ARG="$ARG--with-showlistmodes " @@ -447,7 +449,8 @@ echo "You can just press ENTER to accept the defaults!" TEST="$BASEPATH" echo "" echo "In what directory do you want to install UnrealIRCd?" -echo "(Note: in Unreal3.4.x you should always install somewhere)" +echo "(Note: in Unreal3.4.x you should always install somewhere," +echo "and if this directory does not exist it will be created)" echo $n "[$TEST] -> $c" read cc if [ -z "$cc" ] ; then