提交 fc370bfd 编写于 作者: H Huo Linhe

chore: do not show red warnings

上级 0dd1721e
......@@ -576,7 +576,6 @@ function install_share_etc() {
for c in `ls ${script_dir}/share/etc/`; do
if [ -e /etc/$c ]; then
out=/etc/$c.new.`date +%F`
echo -e -n "${RED} /etc/$c exists, save a new cfg file as $out"
${csudo}cp -f ${script_dir}/share/etc/$c $out
else
${csudo}cp -f ${script_dir}/share/etc/$c /etc/$c
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册