From bc5972751fdf1a6299289218aa3cf7a5aa12ad38 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 29 Jan 2020 08:33:17 -0800 Subject: [PATCH] Show contents of /data Signed-off-by: James Ketrenos --- assets/commands/test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/commands/test b/assets/commands/test index 144105b..c6351ca 100755 --- a/assets/commands/test +++ b/assets/commands/test @@ -98,6 +98,9 @@ EOF exit 2 } +echo "Checking contents of /data. It should be empty:" +ls -altr /data + [ ! -e "/data/AUD_MW_E.264" ] && { cat << EOF