Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Oct 22, 2017
1 parent c498fa3 commit 8809542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shadowsocks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pre_install(){
download_files(){
# Download libsodium file
if ! wget --no-check-certificate -O ${libsodium_file}.tar.gz ${libsodium_url}; then
echo -e "[${red}Error${plain}] Failed to download libsodium-1.0.15.tar.gz!"
echo -e "[${red}Error${plain}] Failed to download ${libsodium_file}.tar.gz!"
exit 1
fi
# Download Shadowsocks file
Expand Down
2 changes: 1 addition & 1 deletion shadowsocksR.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ pre_install(){
download_files(){
# Download libsodium file
if ! wget --no-check-certificate -O ${libsodium_file}.tar.gz ${libsodium_url}; then
echo -e "[${red}Error${plain}] Failed to download libsodium-1.0.15.tar.gz!"
echo -e "[${red}Error${plain}] Failed to download ${libsodium_file}.tar.gz!"
exit 1
fi
# Download ShadowsocksR file
Expand Down

0 comments on commit 8809542

Please sign in to comment.