Skip to content

Commit

Permalink
DEBUG: Do ls on root file system
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Sep 30, 2024
1 parent 251de1f commit 05de986
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/scripts/entrypoint-replication.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ echo "---- ppdb-replication environment ----"
env | sort
echo "---- end ppdb-replication environment ----"

echo "---- file system ----"
ls /
echo "---- end file system ----"

# Check if the command is found
command -v ppdb-replication >/dev/null 2>&1 || { echo "ppdb-replication command not found"; exit 1; }

Expand Down

0 comments on commit 05de986

Please sign in to comment.