From b83e7002d7ee84ff675c0baeb09901272ee7c9c5 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Mon, 16 Oct 2023 16:57:09 -0400 Subject: [PATCH] feat: report what's in the install path --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index f23aae3..c66af40 100755 --- a/install.sh +++ b/install.sh @@ -14,6 +14,7 @@ DIRNAME=$(readlink -f $(dirname $0)) if [ -n "$(ls -A $INSTALL_PATH 2>/dev/null)" ] then echo "ERROR: directory not empty: ${INSTALL_PATH}" + echo $(ls $INSTALL_PATH) exit 1 fi