Add helper.func
This commit is contained in:
parent
4e3e66192f
commit
4f817d0884
@ -136,7 +136,7 @@ ssh_check() {
|
||||
fi
|
||||
}
|
||||
|
||||
function start_script() {
|
||||
start_script() {
|
||||
if (whiptail --backtitle "Proxmox VE Helper Scripts" --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
|
||||
header_info
|
||||
echo -e "${DEFAULT}${BOLD}${BL}Using Default Settings${CL}"
|
||||
|
@ -284,7 +284,7 @@ function advanced_settings() {
|
||||
}
|
||||
|
||||
|
||||
check_root
|
||||
root_check
|
||||
arch_check
|
||||
pve_check
|
||||
ssh_check
|
||||
|
Loading…
x
Reference in New Issue
Block a user