deploy.sh echo <-> cmd consistency.
This commit is contained in:
parent
01dbacae31
commit
34a90c6504
1 changed files with 1 additions and 1 deletions
|
|
@ -35,5 +35,5 @@ rm data/index.html
|
||||||
echo "---> 'cp test_data/index.html data/'"
|
echo "---> 'cp test_data/index.html data/'"
|
||||||
cp test_data/index.html data/
|
cp test_data/index.html data/
|
||||||
|
|
||||||
echo "---> 'python distribusi/test.py -d ./data/'"
|
echo "---> 'python distribusi/test.py -t -d ./data/'"
|
||||||
python distribusi/test.py -t -d ./data/
|
python distribusi/test.py -t -d ./data/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue