This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/conf/init/copy_robots_txt.sh
2015-06-11 12:33:21 -04:00

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