Update 'init/entrypoint.sh'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2020-02-17 13:05:17 +00:00
parent e671bd76dd
commit df79109d18
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ git pull origin $REMOTE_BRANCH
# Create target folder and move files
mkdir -p $TARGET_DIR
if [ -n $FLATTENFOLDER ]; then
if [ -n $FLATTEN_FOLDER ]; then
# Flatten folder structure
mv ./*/**/* $TARGET_DIR
else