This commit is contained in:
kyodev 2017-08-02 01:20:23 +02:00
parent 3fce4c21f2
commit 71a8b470d1
1 changed files with 4 additions and 4 deletions

View File

@ -210,7 +210,7 @@ fi_reseau(){
text+="$resolv \n"
text+='```\n'
text+="**network managers** \n"
[ "$NETMGRINST" ] && text+="installé: $NETMGRINST \n" || text+="non trouvé parmi: ${NETMGRNAMES[@]} \n"
[ "$NETMGRINST" ] && text+="installé(s): $NETMGRINST \n" || text+="non trouvé parmi: ${NETMGRNAMES[@]} \n"
text+="en fonctionnement: "
[ "$netmgrrun" ] && text+="$netmgrrun" || text+="non trouvé\n"
echo -e "$text" >> "$fileOutput"
@ -254,7 +254,7 @@ fi_curl_pastery(){
#&title=<title>
#&language=<language>
#&max_views=<max_views>
100ko max
#100ko max
}
# initialisation
@ -275,8 +275,8 @@ fi_systeme
fi_reseau
fi_modules "net"
cat $fileOutput
exit
#cat $fileOutput
#exit
fi_curl_pastery "$fileOutput"
#fi_curl_markdownshare "$fileOutput"