getFirefox 3.12.1

This commit is contained in:
kyodev 2017-12-05 15:19:45 +01:00
parent a1771ba38b
commit d3934eb6e8
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
version=3.12.0
version=3.12.1
date="5/12/2017"
projet="simpledeb"
contact="IRC freenode ##sdeb ou https://framagit.org/kyodev/kyopages/issues/"
@ -228,6 +228,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"
@ -238,10 +239,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

View File

@ -1,7 +1,7 @@
# changelog getFirefox
## 3.12.0 5/12/2017
## 3.12.1 5/12/2017
* révision: démarrage
* révision: syncro fonctions communes