We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a571800 commit f4145faCopy full SHA for f4145fa
1 file changed
db-sample-data
@@ -44,7 +44,7 @@ WEBROOT_PATH="$APP_DIR/webroot/"
44
eval $( ${BIN_DIR}/db-credentials ) # Yuck, but nothing else works!
45
DATE=$(date +%Y-%m-%d)
46
OPTIONS="--skip-add-drop-table --no-create-info"
47
-TMP_PATH="$DIR/app/tmp/"
+TMP_PATH="$APP_DIR/tmp/"
48
DESTINATION_NAME="${DB_NAME}_sample_data_${DATE}"
49
50
# Generate the dump, compress it and move it into place.
0 commit comments