From fc370bfdcd3b54a3c5dd4df35a92b1c2ecdff32e Mon Sep 17 00:00:00 2001 From: Huo Linhe Date: Mon, 10 Apr 2023 17:44:44 +0800 Subject: [PATCH] chore: do not show red warnings --- packaging/tools/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/tools/install.sh b/packaging/tools/install.sh index 63ea55cf82..88f53a9ca3 100755 --- a/packaging/tools/install.sh +++ b/packaging/tools/install.sh @@ -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