symlink all files from /conf/stack into QUAYCONF/stack
This commit is contained in:
parent
2bf4e03423
commit
dacb0131a5
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ QUAYCONF=${QUAYCONF:-"$QUAYPATH/conf"}
|
||||||
|
|
||||||
cd ${QUAYDIR:-"/"}
|
cd ${QUAYDIR:-"/"}
|
||||||
|
|
||||||
|
ln -s /conf/stack/* -t $QUAYCONF/stack
|
||||||
|
|
||||||
if [ -e $QUAYCONF/stack/robots.txt ]
|
if [ -e $QUAYCONF/stack/robots.txt ]
|
||||||
then
|
then
|
||||||
cp $QUAYCONF/stack/robots.txt $QUAYPATH/templates/robots.txt
|
cp $QUAYCONF/stack/robots.txt $QUAYPATH/templates/robots.txt
|
||||||
|
|
Reference in a new issue