From: hackbard Date: Sun, 14 Dec 2003 00:07:46 +0000 (+0000) Subject: corrected rehash argument ;) X-Git-Url: https://hackdaworld.org/gitweb/?p=scripts%2Fscripts.git;a=commitdiff_plain;h=b8cbc8dc07a49719f01881f64ec8b4a5fb11f66c corrected rehash argument ;) --- diff --git a/unreal_update.sh b/unreal_update.sh index 9b8527a..e2246a3 100755 --- a/unreal_update.sh +++ b/unreal_update.sh @@ -3,7 +3,7 @@ # to update ip of hackdaworld.dyndns.org in unrealircd.conf CONFIGDIR="/etc/opt/unrealircd" -BINDIR="/opt/unrealircd" +BINDIR="/opt/unrealircd/bin" BINARY="ircd" @@ -13,5 +13,5 @@ NEWIP="`host hackdaworld.dyndns.org | awk '{ print $4 }'`" cat $CONFIGDIR/unrealircd.conf | \ sed "s/.* HDWTAG .*/hostname $NEWIP \/* HDWTAG *\//" > $CONFDIR/temp mv $CONFDIR/temp $CONFIGDIR/unrealircd.conf -$BINDIR/$BINARY -rehash +$BINDIR/$BINARY rehash