diff --git a/generic-release-1.0/system-info.sh b/generic-release-1.0/system-info.sh index cf6c53a..ebcc910 100644 --- a/generic-release-1.0/system-info.sh +++ b/generic-release-1.0/system-info.sh @@ -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