Corrected autopause's resume to work with alpine images (#1464)

This commit is contained in:
Geoff Bourne
2022-04-10 10:58:18 -05:00
committed by GitHub
parent 4af80debe2
commit 97fe6b1f14
9 changed files with 46 additions and 11 deletions

View File

@@ -97,6 +97,7 @@ if [[ ${GUI,,} = false ]]; then
EXTRA_ARGS+=" nogui"
fi
: "${MEMORY:=1G}"
: "${INIT_MEMORY:=${MEMORY}}"
: "${MAX_MEMORY:=${MEMORY}}"