1
0
Fork 0
mirror of https://github.com/tteck/Proxmox.git synced 2025-02-15 06:09:15 +01:00

Optimizing code

This commit is contained in:
tteckster 2023-03-30 07:02:00 -04:00 committed by GitHub
parent a243d8ef26
commit 3b2c81cf1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
92 changed files with 1 additions and 91 deletions

View file

@ -342,6 +342,7 @@ advanced_settings() {
}
install_script() {
ssh_check
arch_check
pve_check
NEXTID=$(pvesh get /cluster/nextid)