scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 1aa6d6cfbe6a360613feb433b0dffa98be520c8b
parent 08eb04485da8350006d45a76cf8e58d7c73bb9dc
Author: sin <sin@2f30.org>
Date:   Thu, 31 Dec 2015 15:38:24 +0000

Remove redundant quotes

Diffstat:
M2f30-vpn | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/2f30-vpn b/2f30-vpn @@ -3,7 +3,7 @@ basedir=/tmp/tinc/2f30 if test -e $basedir; then - echo "$basedir already exists, please remove it" 1>&2 + echo $basedir already exists, please remove it 1>&2 exit 1 fi @@ -72,11 +72,12 @@ tincd -c $basedir -n 2f30 -K 4096 << EOF EOF echo -echo "Configuration complete. Move $basedir to /etc/tinc" +echo Configuration complete. Move $basedir to /etc/tinc echo and adjust ownership: echo echo chown -R root:_tinc /etc/tinc/2f30 echo + echo To automatically start tincd on boot, your /etc/rc.conf.local echo needs to be adjusted: echo @@ -85,9 +86,10 @@ tincd_flags="-U _tinc --chroot -n 2f30" pkg_scripts="tincd" EOF echo + echo Remember to update pf.conf to allow traffic on the tunnel echo interface as shown below: -echo "pass on $device" +echo pass on $device echo echo Your hosts public key will be submitted to sprunge.us. Email the URL