update comments

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2017-10-26 21:44:04 +09:00
parent 7f0eaf9e76
commit f4c68d1ea9
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -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