Skip to content

Commit f4145fa

Browse files
committed
APP_DIR correction.
1 parent a571800 commit f4145fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db-sample-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ WEBROOT_PATH="$APP_DIR/webroot/"
4444
eval $( ${BIN_DIR}/db-credentials ) # Yuck, but nothing else works!
4545
DATE=$(date +%Y-%m-%d)
4646
OPTIONS="--skip-add-drop-table --no-create-info"
47-
TMP_PATH="$DIR/app/tmp/"
47+
TMP_PATH="$APP_DIR/tmp/"
4848
DESTINATION_NAME="${DB_NAME}_sample_data_${DATE}"
4949

5050
# Generate the dump, compress it and move it into place.

0 commit comments

Comments
 (0)