style: add missing function prefix

This commit is contained in:
Martin Wimpress 2024-05-14 20:53:24 +01:00 committed by Martin Wimpress
parent 20684681c6
commit 685b2ef742
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ function configure_cpu() {
fi fi
} }
configure_ram() { function configure_ram() {
RAM_VM="2G" RAM_VM="2G"
if [ -z "${ram}" ]; then if [ -z "${ram}" ]; then
local RAM_HOST="" local RAM_HOST=""