1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-11-05 11:48:42 +00:00

make compatible with dokku checks plugin

This commit is contained in:
Michael Hobbs 2014-12-20 16:53:34 -08:00
parent 548f6a84d6
commit e343961ea8

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