symlink all files from /conf/stack into QUAYCONF/stack

This commit is contained in:
Evan Cordell 2017-07-10 22:34:21 -04:00
parent 2bf4e03423
commit dacb0131a5

View file

@ -4,6 +4,8 @@ QUAYCONF=${QUAYCONF:-"$QUAYPATH/conf"}
cd ${QUAYDIR:-"/"}
ln -s /conf/stack/* -t $QUAYCONF/stack
if [ -e $QUAYCONF/stack/robots.txt ]
then
cp $QUAYCONF/stack/robots.txt $QUAYPATH/templates/robots.txt