Sfoglia il codice sorgente

update tar project name

qiaozhanwei 6 anni fa
parent
commit
3c615d0b0c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      script/scp_hosts.sh

+ 1 - 1
script/scp_hosts.sh

@@ -5,7 +5,7 @@ workDir=`cd ${workDir};pwd`
 source $workDir/../conf/config/run_config.conf
 source $workDir/../conf/config/install_config.conf
 
-tar -zxvf $workDir/../escheduler-1.0.0-PREVIEW.tar.gz -C $installPath
+tar -zxvf $workDir/../EasyScheduler-1.0.0.tar.gz -C $installPath
 
 hostsArr=(${ips//,/ })
 for host in ${hostsArr[@]}