From 902a53ba8b847581a4902f023a32ba7d3db4a449 Mon Sep 17 00:00:00 2001 From: Sewon Ahn Date: Sun, 12 Sep 2021 14:41:39 +0900 Subject: [PATCH] fix src copy issue --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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