From 12db6e2dc403c60f5466c945a0d6a5e257a8ac9e Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 10 Sep 2003 13:22:01 +0000 Subject: [PATCH] another bugfix --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 4f7c2da..70e667a 100755 --- a/backup.sh +++ b/backup.sh @@ -118,7 +118,7 @@ if [ "$host" = "gate" ] ; then # irc stuff mkdir -p ./ircd [ -f /etc/opt/unrealircd/unrealircd.conf ] && \ - cp /etc/opt/unrealircd/unrealircd.conf ./irc + cp /etc/opt/unrealircd/unrealircd.conf ./ircd fi # data stuff -- 2.20.1