diff --git a/bin/cpto205.sh b/bin/cpto205.sh index c69826c..2c3b918 100755 --- a/bin/cpto205.sh +++ b/bin/cpto205.sh @@ -26,47 +26,50 @@ quickstart_file=${build_doc_dir}/03-WANFi软件快速安装.pdf latest_tar_file=$(ls -t ${local_tars_rel_dir}/*${rel_date}* 2>/dev/null | head -n 1) latest_deb_file=$(ls -t ${local_debs_rel_dir}/*${rel_date}* 2>/dev/null | head -n 1) -# Use expect to automatically answer yes and input password for SCP commands +# Use expect to automatically answer yes and input password for rsync commands if [ -n "${latest_deb_file}" ]; then - expect <