Merge pull request #20843 from taosdata/chore/remove-notice

chore: do not show red warnings
This commit is contained in:
Linhe Huo 2023-04-10 17:45:19 +08:00 committed by GitHub
commit 7d85789dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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