Skip to content

Commit

Permalink
add a bit debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jun 4, 2024
1 parent e222519 commit b28c28e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/extra/install_custom_ctypes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# installation to be successful, this directory needs to be writeable by the user
# executing this script.

# some logging
echo ">>> Running ${BASH_SOURCE}"

# Initialise our bash functions
TOPDIR=$(dirname $(realpath ${BASH_SOURCE}))
source "${TOPDIR}"/../utils.sh
Expand Down Expand Up @@ -74,6 +77,10 @@ else
fi
echo "Created temporary directory '${tmpdir}'"

# some logging
echo ">>> Checking contents under '${NESSI_SITE_INSTALL}'"
tree -d ${NESSI_SITE_INSTALL}

# check if custom_ctypes has already been installed
if [[ -d ${NESSI_SITE_INSTALL}/lib ]]; then
fatal_error "Error: Installation of custom_ctypes already found at '${NESSI_SITE_INSTALL}'"
Expand Down

0 comments on commit b28c28e

Please sign in to comment.