提交 ed8a5fd0 编写于 作者: L Liu Jian

tools: ignore one warning message

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I7DNAP
CVE: NA

--------------------------------

Ignore one warning messages:
rmmod: ERROR: Module localip is not currently loaded
Signed-off-by: NLiu Jian <liujian56@huawei.com>
上级 237ca69c
......@@ -27,7 +27,7 @@ if [[ "$CMD"X == "enableX" ]]; then
/usr/sbin/tuned_acc/redis_acc enable
elif [[ "$CMD"X == "disableX" ]]; then
/usr/sbin/tuned_acc/redis_acc disable
rmmod localip
rmmod localip 2>/dev/null
exit 0
else
usage;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册