Skip to content

Commit

Permalink
print in status if in use
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcee committed Jul 29, 2023
1 parent acfe132 commit 7d795b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/museStatus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7d795b6

Please sign in to comment.