git://scientific.zcu.cz
/
glite-security-test-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
598376c
)
typo
author
Joni Hahkala
<joni.hahkala@cern.ch>
Mon, 14 May 2012 22:42:00 +0000
(22:42 +0000)
committer
Joni Hahkala
<joni.hahkala@cern.ch>
Mon, 14 May 2012 22:42:00 +0000
(22:42 +0000)
bin/generate-test-certificates.sh
patch
|
blob
|
blame
|
history
diff --git
a/bin/generate-test-certificates.sh
b/bin/generate-test-certificates.sh
index
207edd1
..
e5e7bfc
100755
(executable)
--- a/
bin/generate-test-certificates.sh
+++ b/
bin/generate-test-certificates.sh
@@
-1228,6
+1228,7
@@
hostname_space=`hostname -A 2>/dev/null || hostname -f`
hostname_full=`echo $hostname_space | awk '{print $1}'`
if [ x${hostname_full} == "x" ]; then
hostname_full=`hostname -f`
+fi
echo host name is [$hostname_full]