Browse Source

Add installJRMC version to default output

bryan 5 months ago
parent
commit
de547f5d3a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      installJRMC

+ 1 - 2
installJRMC

@@ -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