getInfo 2.37.1

This commit is contained in:
kyodev 2017-11-17 18:04:55 +01:00
parent 4bfe93abf8
commit 4f59fbbb4a
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
version=2.37.0
version=2.37.1
date="17/11/2017"
projet="simpledeb"
contact="IRC freenode ##sdeb ou https://framagit.org/kyodev/kyopages/issues/"
@ -1733,7 +1733,7 @@ fi_system_analyse(){ # 16/11/2017
unset text
}
fi_systeme(){ # 16/11/2017
fi_systeme(){ # 17/11/2017
local mbr uname bootImage initDaemon xorg shells lastboot uptime charge pluriel text
local alimentation alim_total ish ifs_origin ligne date_install microcode
local alert_SLiM alert_microcode
@ -1844,7 +1844,7 @@ fi_systeme(){ # 16/11/2017
text+='``` \n\n'
f_dspl_alert "alert_SLiM" "info"
f_dspl_alert "alert_microcode" "info"
[ "$alert_microcode" ] || "* les microcodes sont installés"
[ "$alert_microcode" ] || text+="* les microcodes sont installés"
printf "$text\n" >> "$fileOutput"
unset text
}

View File

@ -4,10 +4,11 @@
* ! f__requis, fscript_install, f__scandir
## 2.37.0 17/11/2017
## 2.37.1 17/11/2017
* révision complète: fi_packager fi_pkg_x
* fusion pkg_ctl & fi_packager
* fix: affichage microcodes installés
## 2.36.4 17/11/2017