#! /bin/sh if [ -e /conf/stack/robots.txt ] then cp /conf/stack/robots.txt /templates/robots.txt fi if [ -e /conf/stack/favicon.ico ] then cp /conf/stack/favicon.ico /static/favicon.ico fi