This website works better with JavaScript.
Home
Explore
Help
Sign In
jc.vanhalle
/
wp-docker-setup
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixes missing prefix to remote sql migration file
test
Jean-Christophe Vanhalle
2 years ago
parent
5e1f6753f9
commit
110f8aee3c
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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 \
Write
Preview
Loading…
Cancel
Save