Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 3a7e29e

Browse files
author
Mateu Aguiló Bosch
committed
debug: print cwd
1 parent 242e7c9 commit 3a7e29e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/development/start-contenta_jsonapi.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ cd ${DEST_DIR}
2828
cd ${DOCROOT}
2929

3030
echo -e "\n"
31-
DRUSH="$DEST_DIR/$COMPOSER_BIN_DIR/drush"
31+
pwd
32+
ls -lisa
33+
DRUSH="$BASE_DIR/$COMPOSER_BIN_DIR/drush"
3234

3335

3436
echo "-------------------------------------"

0 commit comments

Comments
 (0)