mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
Corrected mv
This commit is contained in:
parent
113541efb7
commit
96549c4103
@ -13,7 +13,7 @@ BUILDDIR="${1}"
|
||||
CACHEDIR="${2}"
|
||||
|
||||
mkdir -p $BUILDDIR/www
|
||||
mv * $BUILDDIR/www
|
||||
mv $BUILDDIR/* $BUILDDIR/www
|
||||
|
||||
cd $CACHEDIR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user