add uname -r only

pull/115/head
KM4ACK 2020-07-31 08:13:06 -05:00
rodzic 35362de20a
commit 071cc59387
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -210,8 +210,11 @@ CHECK
#get system info
WHO=$(whoami)
KERNAL=$(uname -r)
echo "User Name is $WHO" > $DIR/systeminfo.txt
echo "" >> $DIR/systeminfo.txt
echo "Kernal version is $KERNAL" >> $DIR/systeminfo.txt
echo "" >> $DIR/systeminfo.txt
cat /etc/os-release >> $DIR/systeminfo.txt
echo;echo;echo "#####uname######" >> $DIR/systeminfo.txt
uname -a >> $DIR/systeminfo.txt