Formatting
This commit is contained in:
@@ -72,7 +72,7 @@ print_help() {
|
|||||||
--uninstall, -u
|
--uninstall, -u
|
||||||
Uninstall JRiver MC, remove services, containers, and firewall rules (does not remove library files)
|
Uninstall JRiver MC, remove services, containers, and firewall rules (does not remove library files)
|
||||||
--yes, -y, --auto
|
--yes, -y, --auto
|
||||||
Always assume yes for questions
|
Assume yes response to questions
|
||||||
--version, -v
|
--version, -v
|
||||||
Print this script version and exit
|
Print this script version and exit
|
||||||
--debug, -d
|
--debug, -d
|
||||||
@@ -172,10 +172,8 @@ parse_input() {
|
|||||||
--betapass) shift; BETAPASS="$1" ;;
|
--betapass) shift; BETAPASS="$1" ;;
|
||||||
--service-type) shift; SERVICE_TYPE="$1" ;;
|
--service-type) shift; SERVICE_TYPE="$1" ;;
|
||||||
--service|-s|--services) shift; SERVICES+=("$1") ;;
|
--service|-s|--services) shift; SERVICES+=("$1") ;;
|
||||||
--createrepo)
|
--createrepo) shift; CREATEREPO_TARGET="$1"; BUILD_TARGET="$1"
|
||||||
BUILD_SWITCH=1; CREATEREPO_SWITCH=1
|
BUILD_SWITCH=1; CREATEREPO_SWITCH=1 ;;
|
||||||
shift; CREATEREPO_TARGET="$1"; BUILD_TARGET="$1"
|
|
||||||
;;
|
|
||||||
--createrepo-webroot) shift; CREATEREPO_WEBROOT="$1" ;;
|
--createrepo-webroot) shift; CREATEREPO_WEBROOT="$1" ;;
|
||||||
--createrepo-user) shift; CREATEREPO_USER="$1" ;;
|
--createrepo-user) shift; CREATEREPO_USER="$1" ;;
|
||||||
--vncpass) shift; VNCPASS="$1" ;;
|
--vncpass) shift; VNCPASS="$1" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user