sshCommand(remote: remote, command: "chmod +x change_sysdate_time.sh")
sshCommand(
remote: remote,
command: "./change_sysdate_time.sh ${sysDate_to_change} ${sysTime_to_change}")
我想将定义为全局变量的${sysDate_to_change} ${sysTime_to_change}
发送到脚本change_sysdate_time.sh