1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-07-24 10:45:56 +00:00

Merge pull request #1 from michaelshobbs/master

make compatible with dokku checks plugin
This commit is contained in:
Florian Heinemann
2014-12-21 14:30:47 +01:00

View File

@ -25,6 +25,7 @@ mkdir -p $CACHE_DIR/www
mv $BUILD_DIR/* $CACHE_DIR/www
mkdir -p $BUILD_DIR/www
mv $CACHE_DIR/www/* $BUILD_DIR/www
[[ -f "$BUILD_DIR/www/CHECKS" ]] && mv $BUILD_DIR/www/CHECKS $BUILD_DIR
rm -rf $CACHE_DIR/www
cd $CACHE_DIR