Skip to content

Commit

Permalink
fix tencent
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop committed Dec 3, 2024
1 parent 18f5b5e commit ae49e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

check_tencent_cvm () {
is_tencent_cvm="No"
if [ -f "/etc/cloud/cloud.cfg.d/05_logging.cfg" ] || grep -qi Tencent /etc/cloud/cloud.cfg; then
if grep -qi Tencent /etc/cloud/cloud.cfg; then
is_tencent_cvm="Yes"
fi
}

0 comments on commit ae49e7f

Please sign in to comment.