5bdd7ba990
Fixes #340
11 lines
No EOL
191 B
Bash
Executable file
11 lines
No EOL
191 B
Bash
Executable file
#! /bin/sh
|
|
|
|
if [ -e /conf/stack/robots.txt ]
|
|
then
|
|
cp /conf/stack/robots.txt /static/robots.txt
|
|
fi
|
|
|
|
if [ -e /conf/stack/favicon.ico ]
|
|
then
|
|
cp /conf/stack/favicon.ico /static/favicon.ico
|
|
fi |