mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-12-25 21:45:24 +00:00
mv corrected
This commit is contained in:
parent
96549c4103
commit
8d4667f1c8
@ -12,8 +12,10 @@ BINDIR=$(dirname "$0")
|
||||
BUILDDIR="${1}"
|
||||
CACHEDIR="${2}"
|
||||
|
||||
mkdir -p $CACHEDIR/www_cache
|
||||
mv $BUILDDIR/* $CACHEDIR/www_cache
|
||||
mkdir -p $BUILDDIR/www
|
||||
mv $BUILDDIR/* $BUILDDIR/www
|
||||
mv $CACHEDIR/www_cache/* $BUILDDIR/www
|
||||
|
||||
cd $CACHEDIR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user