[Modify the use of sudo commands]

This commit is contained in:
plum-lihui 2019-07-19 15:40:20 +08:00
parent 1f4807a435
commit 4481eab46c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ mkdir -p ${install_dir}
mkdir -p ${install_dir}/inc && cp ${header_files} ${install_dir}/inc
mkdir -p ${install_dir}/cfg && cp ${cfg_files} ${install_dir}/cfg
mkdir -p ${install_dir}/bin && cp ${bin_files} ${install_dir}/bin && chmod a+x ${install_dir}/bin/*
mkdir -p ${install_dir}/init.d && cp ${init_files} ${install_dir}/init.d
mkdir -p ${install_dir}/init.d && cp ${init_files} ${install_dir}/init.d
cd ${install_dir}
tar -zcv -f taos.tar.gz * --remove-files || :