From f4c68d1ea9920b2d5e723aab8abcff3688db5bc0 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Thu, 26 Oct 2017 21:44:04 +0900 Subject: [PATCH] update comments Signed-off-by: Teddysun --- l2tp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/l2tp.sh b/l2tp.sh index b4d72e3..437e377 100644 --- a/l2tp.sh +++ b/l2tp.sh @@ -10,6 +10,7 @@ export PATH cur_dir=`pwd` libreswan_filename="libreswan-3.22" +download_root_url="http://dl.teddysun.com/files" rootness(){ if [[ $EUID -ne 0 ]]; then @@ -137,8 +138,6 @@ is_64bit(){ } download_file(){ - local download_root_url="http://dl.teddysun.com/files" - if [ -s ${1} ]; then echo "$1 [found]" else