Skip to content

Commit

Permalink
update tar project name
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaozhanwei committed Mar 29, 2019
1 parent 0a514ce commit 3c615d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/scp_hosts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}
Expand Down

0 comments on commit 3c615d0

Please sign in to comment.