Browse Source

fix pkg.sh error

tangs 6 years ago
parent
commit
0ab6378c5e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pkg.sh

+ 3 - 3
pkg.sh

@@ -11,9 +11,9 @@ export GOROOT=/usr/lib/go-1.6
 go build -o blogScript src/main.go
 cp blogScript build/
 
-cp README.md build/www
-cp ./blogScript.sql ./blogScript.pdm build/www
-cp ./config.conf build/www
+cp README.md build
+cp ./blogScript.sql ./blogScript.pdm build
+cp ./config.conf build
 
 # fe
 cp -r www/* build/www