Browse Source

fixes missing prefix to remote sql migration file

test
Jean-Christophe Vanhalle 2 years ago
parent
commit
110f8aee3c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pull-remote-db.sh

+ 1
- 1
pull-remote-db.sh View File

@@ -12,7 +12,7 @@ set +a

mkdir --parents "${PWD}/tmp"

FILENAME="${REMOTE_ARCHIVE_TMP_NAME_PREFIX}".$(date +%Y-%m-%d-%H-%M-%S).sql
FILENAME="${REMOTE_WP_URL}".$(date +%Y-%m-%d-%H-%M-%S).sql

echo "wp \
migratedb \

Loading…
Cancel
Save