Don't set default install method for createrepo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user