Force argument re-init before parsing

This commit is contained in:
2026-06-26 00:58:02 +02:00
parent a04e3b2b32
commit b758c1a17c
+2
View File
@@ -4,6 +4,8 @@
MEMORY="${MEMORY:-$(($(getconf _PHYS_PAGES) * $(getconf PAGE_SIZE) / 1024 / 1024 / 2))M}"
# Fetch args
PATH_ARG=""
MODE=""
while [[ $# -gt 0 ]]; do
case "$1" in
-m|--memory)