Skip to content

Commit

Permalink
feat: report what's in the install path
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 16, 2023
1 parent b84c55d commit b83e700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b83e700

Please sign in to comment.