a1cf12e460
and reference it from the robots.txt
11 lines
No EOL
194 B
Bash
Executable file
11 lines
No EOL
194 B
Bash
Executable file
#! /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 |