From 7d795b6538e48c9db78fa4c432d2bb5e592a57ef Mon Sep 17 00:00:00 2001 From: Ray Culbertson Date: Fri, 28 Jul 2023 21:34:55 -0500 Subject: [PATCH] print in status if in use --- bin/museStatus.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/museStatus.sh b/bin/museStatus.sh index 18a9e06..ff45796 100755 --- a/bin/museStatus.sh +++ b/bin/museStatus.sh @@ -102,6 +102,14 @@ echo " MUSE_ART = $MUSE_ART ($(echo $SETUP_ART | awk '{print $2}'))" echo " MUSE_STUB = " $MUSE_STUB [ $MUSE_VERBOSE -gt 0 ] && echo "the grid setup file (if any):" echo " MUSE_GRID_SETUP = " $MUSE_GRID_SETUP +if [ "$MUSE_PRESOURCE" ]; then + [ $MUSE_VERBOSE -gt 0 ] && echo "the pre source command:" + echo " MUSE_PRESOURCE = " $MUSE_PRESOURCE +fi +if [ "$MUSE_PREBUILD" ]; then + [ $MUSE_VERBOSE -gt 0 ] && echo "the pre build command:" + echo " MUSE_PREBUILD = " $MUSE_PREBUILD +fi echo