CSIT-1136: Trending: Redirect "new" to the index.html
[csit.git] / resources / tools / presentation / run_cpta.sh
index 15a144d..b6bd96f 100755 (executable)
@@ -2,8 +2,6 @@
 
 set -x
 
-( cd new ; ./run_cpta.sh )
-
 # set default values in config array
 typeset -A DIR
 
@@ -32,7 +30,7 @@ STATUS=$(python pal.py \
     --force)
 RETURN_STATUS=$?
 
-mv new/_build _build/new
+cp -r new _build/
 
 echo ${STATUS}
 exit ${RETURN_STATUS}