From 2081125ea96f0a8b789917acd898df9f597dbd55 Mon Sep 17 00:00:00 2001 From: kyodev Date: Tue, 5 Dec 2017 15:20:08 +0100 Subject: [PATCH] getFlashPlayer 3.18.1 --- scripts/getFlashPlayer | 7 ++++--- scripts/getFlashPlayer_changelog.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/getFlashPlayer b/scripts/getFlashPlayer index 4e1ebce..79dd737 100755 --- a/scripts/getFlashPlayer +++ b/scripts/getFlashPlayer @@ -1,6 +1,6 @@ #!/bin/bash -version=3.18.0 +version=3.18.1 date="5/12/2017" projet="simpledeb" contact="IRC freenode ##sdeb ou https://framagit.org/kyodev/kyopages/issues/" @@ -222,6 +222,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" @@ -232,10 +233,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/getFlashPlayer_changelog.md b/scripts/getFlashPlayer_changelog.md index edab620..0489d07 100644 --- a/scripts/getFlashPlayer_changelog.md +++ b/scripts/getFlashPlayer_changelog.md @@ -1,7 +1,7 @@ # changelog getFlashPlayer -## 3.18.0 5/12/2017 +## 3.18.1 5/12/2017 * révision: démarrage * révision: syncro fonctions communes