From: hackbard Date: Sun, 14 Dec 2003 00:11:00 +0000 (+0000) Subject: CONFIGDIR X-Git-Url: https://hackdaworld.org/gitweb/?p=scripts%2Fscripts.git;a=commitdiff_plain;h=5d58c53b68e588aef8672d156052195db39c903b CONFIGDIR --- diff --git a/unreal_update.sh b/unreal_update.sh index e2246a3..5c536f2 100755 --- a/unreal_update.sh +++ b/unreal_update.sh @@ -12,6 +12,6 @@ NEWIP="`host hackdaworld.dyndns.org | awk '{ print $4 }'`" # HDWTAG dirty ... but easy :) cat $CONFIGDIR/unrealircd.conf | \ sed "s/.* HDWTAG .*/hostname $NEWIP \/* HDWTAG *\//" > $CONFDIR/temp -mv $CONFDIR/temp $CONFIGDIR/unrealircd.conf +mv $CONFIGDIR/temp $CONFIGDIR/unrealircd.conf $BINDIR/$BINARY rehash