diff --git a/scripts/getIp b/scripts/getIp index 8d276f4..72d0e4f 100755 --- a/scripts/getIp +++ b/scripts/getIp @@ -207,6 +207,7 @@ f__wget_test(){ # 5/12/2017 else echo -e "$BLUE $1$STD\t$GREEN $retourHttp" fi + echo "$STD" fi if [ "$2" == "print" ] || [ "$2" == "loc" ]; then [ "$location" ] && echo -n "$YELLOW $location" || echo -n "$YELLOW no location" @@ -217,10 +218,10 @@ f__wget_test(){ # 5/12/2017 if [ "$retourWget" != "0" ]; then rm "$file_test_wget" 2>/dev/null # f__error "wget, $retourWget" "$1" "$YELLOW$retourHttp" "$location" - echo -e "$RED erreur wget, $retourWget \n $1 \n $YELLOW$retourHttp \n $location" + echo -e "$RED erreur wget, $retourWget \n $1 \n $YELLOW$retourHttp \n $location$STD" fi if [ "$(grep -c '200' <<< $retourHttp)" -ne 0 ]; then - echo -e "$GREEN\ntout est ok, réessayer\n$STD" + echo -e "$GREEN\ntout est ok, réessayer$STD\n" fi rm "$file_test_wget" 2>/dev/null exit 0 diff --git a/scripts/getIp_changelog.md b/scripts/getIp_changelog.md index 52ba0b5..97493e0 100644 --- a/scripts/getIp_changelog.md +++ b/scripts/getIp_changelog.md @@ -9,7 +9,7 @@ --- -## 1.16.0 5/12/2017 +## 1.16.1 5/12/2017 * nouveau: option - ( ou -46 ), ipv4 & ipv6 * nouveau: prg_init