Add installJRMC version to default output

This commit is contained in:
2024-11-01 16:55:38 -04:00
parent a2da04fec1
commit de547f5d3a

View File

@@ -1595,10 +1595,9 @@ update() {
main() {
debug "Running: ${FUNCNAME[0]} $*"
echo "Starting installJRMC"
echo "Starting installJRMC $SCRIPT_VERSION"
if (( DEBUG )); then
echo "Debugging on"
echo "installJRMC version: $SCRIPT_VERSION"
else
echo "To enable debugging output, use --debug or -d"
fi