view scripts/conflink-install.sh @ 15:6bc5df5d2da4 default tip

New configuration for Redirect tests
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 22 Feb 2011 14:54:59 +0900
parents 9e5a3c884de6
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"