mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-18 16:32:17 +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
|
header_info
|
||||||
CHOICE=""
|
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"
|
msg_error "Invalid option: $CHOICE"
|
||||||
exit 112
|
exit 112
|
||||||
|
|||||||
Reference in New Issue
Block a user