191f84fd0b
Fixes #115
6 lines
No EOL
99 B
Bash
Executable file
6 lines
No EOL
99 B
Bash
Executable file
#! /bin/sh
|
|
|
|
if [ -e /conf/stack/robots.txt ]
|
|
then
|
|
cp /conf/stack/robots.txt /static/robots.txt
|
|
fi |