!87 【轻量级 PR】:bugfix system-info.sh,之前的PR有冲突没有合入,已关闭,在此重新提交
From: @wangxiaorou92 Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
230466032f
@ -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
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
%define dist_release_version 8
|
||||
%define generic_version 21.09
|
||||
%define generic_release 47
|
||||
%define generic_release 48
|
||||
%define builtin_release_version 1.0
|
||||
|
||||
%define current_arch %{_arch}
|
||||
@ -135,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/etc/profile.d/performance.sh
|
||||
|
||||
%changelog
|
||||
* Thu Nov 11 2021 wangxiaorou <wangxiaorou@uniontech.com> - 1.0-48
|
||||
- fix system-info.sh syntax error
|
||||
|
||||
* Sun Sep 26 2021 yangmingtai <yangmingtai@huawei.com> - 1.0-47
|
||||
- add disable systemd-userdbd.socket in preset
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user