This commit is contained in:
kyodev 2017-08-19 01:35:18 +02:00
parent 104e1e48b9
commit 597ff2143b
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
version=1.0.5
version=1.0.6
date="18/08/2017"
projet="simpledeb"
contact="IRC freenode ##sdeb ou https://framagit.org/kyodev/kyopages/issues"
@ -1055,11 +1055,11 @@ prg_1(){ # début programme
echo -e "# getInfo $version sur $hote / $os \n" > "$fileOutput"
echo -e "Rapport au $dateRapport \n" >> "$fileOutput"
}
prg_2(){ # traitements tests
prg_2test(){ # traitements tests
printf "."
fi_reseau; printf "."
}
prg_2H(){ # traitements principaux
prg_2(){ # traitements principaux
printf "."
fi_systeme; printf "."
fi_cpu; printf "."

View File

@ -4,7 +4,7 @@
* adresses MAC?
## 1.0.5 18/08/2017
## 1.0.6 18/08/2017
* maj fscript_cronAnacron lors upgrade et spécial pour dev
* fix affichage ipv6, filtre sur inet6 & scope global & adr MAC
@ -14,6 +14,7 @@
* révision test sur which
* vérification requis pour fonctionnement script
* maj fscript_get_version, fscript_dl, fscript_install
* fix publication version test
## 1.0.3 17/08/2017