From 29a4117a7524ca6ae08a76cde9a210ae5c1391e2 Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Tue, 12 Jun 2007 10:02:21 +0200 Subject: [PATCH 1/1] Fix hostname detection --- deb.grml.org-mirrorscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb.grml.org-mirrorscript b/deb.grml.org-mirrorscript index 9efe83a..4429904 100755 --- a/deb.grml.org-mirrorscript +++ b/deb.grml.org-mirrorscript @@ -111,7 +111,7 @@ fi # If that's the case on your system, make sure hostname prints the full # hostname, and remove the -f option. If there's no hostname command, # explicitly replace `hostname -f` with the hostname. -HOSTNAME=YOUR.HOSTNAME +HOSTNAME=`hostname -f` LOCK="${TO}/Archive-Update-in-Progress-${HOSTNAME}" -- 2.1.4