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