Remove unnecessary blank lines and redundant base_settings call in build.func

This commit is contained in:
Michel Roegl-Brunner 2025-05-16 10:32:59 +02:00
parent 4356a5592b
commit 000126e2a7

View File

@ -766,7 +766,6 @@ EOF
}
config_file() {
CONFIG_FILE="/opt/community-scripts/.settings"
if [[ -f "/opt/community-scripts/${NSAPP}.conf" ]]; then
@ -1151,7 +1150,6 @@ install_script() {
header_info
echo -e "${INFO}${HOLD} ${GN}Using Config File on node $PVEHOST_NAME${CL}"
METHOD="advanced"
base_settings
config_file
break
;;