Parcourir la source

Add installJRMC version to default output

bryan il y a 5 mois
Parent
commit
de547f5d3a
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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