update generic-release-1.0/system-info.sh.

This commit is contained in:
LittleboyHarry 2022-08-01 08:50:37 +00:00 committed by Gitee
parent 118072272b
commit a7522df3c4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -78,7 +78,7 @@ do
echo -e "IP address: \t$ip_address" echo -e "IP address: \t$ip_address"
done done
echo -e "Users online: \t$user_num" echo -e "Users online: \t$user_num"
if [ "$whoiam" == "root" ] if [ "$whoiam" = "root" ]
then then
echo -e "\n" echo -e "\n"
else else