!121 【轻量级 PR】:Fix generic-release-1.0/system-info.sh

From: @littleboyharry 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-11-04 07:32:09 +00:00 committed by Gitee
commit 94b96086c6
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"
done
echo -e "Users online: \t$user_num"
if [ "$whoiam" == "root" ]
if [ "$whoiam" = "root" ]
then
echo -e "\n"
else