undo remove operation for taosx when build taosd

This commit is contained in:
Ping Xiao 2023-08-24 17:28:41 +08:00
parent 5445e836de
commit e5049e042f
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ function install_bin() {
${csudo}rm -f ${bin_link_dir}/udfd || :
${csudo}rm -f ${bin_link_dir}/taosdemo || :
${csudo}rm -f ${bin_link_dir}/taosdump || :
${csudo}rm -f ${bin_link_dir}/taosx || :
${csudo}rm -f ${bin_link_dir}/${uninstallScript} || :
if [ "$osType" != "Darwin" ]; then