Commit 91af45ef authored by Paulo Pereira's avatar Paulo Pereira
Browse files

Remove feedback downloading images

parent 271277c8
......@@ -8,11 +8,9 @@ then
else
BASE_DIR_ZAMMAD=$(docker inspect $CONTAINER_ID | grep '"Source":' | awk {'print $2'} | tr -d '"' | tr -d ',')
echo -e "[DOWNLOADING IMAGES...] $(date)"
echo -e "\n\n[COPYING CUSTOMIZED FILES TO CONTAINER'S VOLUME...] $(date)"
cp customized-files/UFRPE_Digital-08.png $BASE_DIR_ZAMMAD/public/assets/images/UFRPE_Digital-08.png
cp customized-files/std-fundo_azulescuro.JPG $BASE_DIR_ZAMMAD/public/assets/images/std-fundo_azulescuro.JPG
echo -e "\n\n[COPYING CUSTOMIZED FILES TO CONTAINER'S VOLUME...] $(date)"
cp customized-files/index.html.erb $BASE_DIR_ZAMMAD/app/views/knowledge_base/public/categories/index.html.erb
cp customized-files/dashboard.jst.eco $BASE_DIR_ZAMMAD/app/assets/javascripts/app/views/dashboard.jst.eco
cp customized-files/login.jst.eco $BASE_DIR_ZAMMAD/app/assets/javascripts/app/views/login.jst.eco
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment