mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-12 13:41:20 +00:00
core: add mode=generated for unattended frontend installs (#12807)
This commit is contained in:
committed by
GitHub
parent
4189137f55
commit
3601388abe
@@ -3063,6 +3063,15 @@ install_script() {
|
||||
header_info
|
||||
CHOICE=""
|
||||
;;
|
||||
generated | GENERATED)
|
||||
header_info
|
||||
echo -e "${DEFAULT}${BOLD}${BL}Using Generated Settings on node $PVEHOST_NAME${CL}"
|
||||
VERBOSE="no"
|
||||
METHOD="generated"
|
||||
base_settings "$VERBOSE"
|
||||
echo_default
|
||||
break
|
||||
;;
|
||||
*)
|
||||
msg_error "Invalid option: $CHOICE"
|
||||
exit 112
|
||||
|
||||
Reference in New Issue
Block a user