diff --git a/deploy.sh b/deploy.sh index 170733f..436873d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -10,7 +10,7 @@ rm data/.ignore cp test_data/.ignore data/ rm -r data/src -cp -r test_data/src/ data/ +cp -r test_data/src data/ rm data/about.html cp test_data/about.html data/ @@ -27,4 +27,4 @@ cp test_data/index.html data/ python distribusi/test.py -t -d ./data/ #monitoring each command invokations (off) -set +x +set +x \ No newline at end of file