Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

部署文件deploy.sh错误 #6

Closed
wangwg1 opened this issue Jul 19, 2018 · 1 comment
Closed

部署文件deploy.sh错误 #6

wangwg1 opened this issue Jul 19, 2018 · 1 comment

Comments

@wangwg1
Copy link
Contributor

wangwg1 commented Jul 19, 2018

mkdir client
cd client
cp -f ../../target/$EXAMPLE_ZIP .
tar -zxvf $EXAMPLE_ZIP
chmod +x ./bin/*.sh

应改为

mkdir client
cd client
cp -f ../../target/$EXAMPLE_TAR .
tar -zxvf $EXAMPLE_TAR
chmod +x ./bin/*.sh

@wenweihu86
Copy link
Owner

多谢指正问题,已修复!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants