Compare commits
1 Commits
177e6f506f
...
1439b5b095
| Author | SHA1 | Date | |
|---|---|---|---|
| 1439b5b095 |
@@ -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[@]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user