Browse Source

we cannot overwrite a running file.

master
Patrick Peng Sun 8 years ago
parent
commit
10d4b1d48f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      uploadwechathitxy.sh

+ 2
- 1
uploadwechathitxy.sh View File

@@ -1,5 +1,6 @@
#!/bin/bash
go build

rsync -a spa/ root@biukop.com.au:/root/wechatAPIServer/spa/
scp ./wechat_hitxy root@biukop.com.au:/root/wechatAPIServer/
scp ./wechat_hitxy root@biukop.com.au:/root/
scp *.json root@biukop.com.au:/root/

Loading…
Cancel
Save