view scripts/conflink-install.sh @ 0:9e5a3c884de6

Initial import of the virtual testbed.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 17 Jun 2010 11:00:32 +0900
parents
children
line wrap: on
line source

#!/bin/bash

HOST=`hostname --fqdn`;

rm -f /root/conf

# Simply install a link to the CA material for this peer.
ln -sf /home/aaa/conf/$HOST /root/conf

# Done!
"Welcome to our mercurial repository"