Skip to content

Commit

Permalink
Merge pull request #85 from rlcee/print_230727
Browse files Browse the repository at this point in the history
print pre commands in status if in use
  • Loading branch information
rlcee authored Jul 29, 2023
2 parents acfe132 + 7d795b6 commit 6272253
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 6272253

Please sign in to comment.