Skip to content

Commit

Permalink
Add user info to test_ddev.sh - id -a [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Oct 14, 2021
1 parent d232d28 commit 1625bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test_ddev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function docker_desktop_version {
}

echo -n "OS Information: " && uname -a
echo "User information: $(id -a)"
ddev version
echo -n "docker location: " && ls -l "$(which docker)"
if [ ${OSTYPE%-*} != "linux" ]; then
Expand Down

0 comments on commit 1625bf1

Please sign in to comment.