1 Commits

Author SHA1 Message Date
1439b5b095 debug version, do not use 2020-04-26 18:01:54 -04:00

View File

@@ -111,7 +111,6 @@ EOF
# set default behavior # set default behavior
if [[ $# -eq 0 ]] || [[ $# -eq 1 && "$1" == "--debug" ]]; then if [[ $# -eq 0 ]] || [[ $# -eq 1 && "$1" == "--debug" ]]; then
_repoinstall="true" _repoinstall="true"
return 1
fi fi
if _input=$(getopt -o +vdhus:c: -l install-repo,install-rpmbuild,rpmbuild,outputdir:,mcversion:,restorefile:,betapass:,service-user:,service:,version,debug,help,uninstall,createrepo,createrepo-webroot:,createrepo-user:,vncpass:,display:,container: -- "$@"); then if _input=$(getopt -o +vdhus:c: -l install-repo,install-rpmbuild,rpmbuild,outputdir:,mcversion:,restorefile:,betapass:,service-user:,service:,version,debug,help,uninstall,createrepo,createrepo-webroot:,createrepo-user:,vncpass:,display:,container: -- "$@"); then
@@ -400,8 +399,6 @@ EOF
fi fi
done done
echo "MYDEBUG: ${_pkg_array[*]}"
# Install from package name (with gpg check) # Install from package name (with gpg check)
if [[ ${#_pkg_array[@]} -ge 1 ]]; then if [[ ${#_pkg_array[@]} -ge 1 ]]; then
echo "Installing:" "${_pkg_array[@]}" echo "Installing:" "${_pkg_array[@]}"