zhongjiajie commented on code in PR #10241: URL: https://github.com/apache/dolphinscheduler/pull/10241#discussion_r881382428
########## script/scp-hosts.sh: ########## @@ -40,8 +40,6 @@ do fi echo "scp dirs to $host/$installPath starting" - ssh -p $sshPort $host "cd $installPath/; rm -rf bin/ master-server/ worker-server/ alert-server/ api-server/ ui/ tools/" Review Comment: Notice, I remove the `rm -rf ` command because it is a dangerous command, IMO, I rather have duplicated files than delete some wrong files -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
