Browse Source

Don't set default install method for createrepo

bryan 5 hours ago
parent
commit
278f2ac2a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -210,7 +210,7 @@ init() {
   fi
   fi
 
 
   # Set default command arguments and/or parse user input
   # Set default command arguments and/or parse user input
-  if [[ $# -eq 0 || ! "$*" =~ (--install|--service|--container) ]]; then
+  if [[ $# -eq 0 || ! "$*" =~ (--install|--service|--container|--createrepo) ]]; then
     debug "Automatically using --install=repo"
     debug "Automatically using --install=repo"
     REPO_INSTALL_SWITCH=1
     REPO_INSTALL_SWITCH=1
   fi
   fi