Force argument re-init before parsing
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
MEMORY="${MEMORY:-$(($(getconf _PHYS_PAGES) * $(getconf PAGE_SIZE) / 1024 / 1024 / 2))M}"
|
MEMORY="${MEMORY:-$(($(getconf _PHYS_PAGES) * $(getconf PAGE_SIZE) / 1024 / 1024 / 2))M}"
|
||||||
|
|
||||||
# Fetch args
|
# Fetch args
|
||||||
|
PATH_ARG=""
|
||||||
|
MODE=""
|
||||||
while [[ $# -gt 0 ]]; do
|
while [[ $# -gt 0 ]]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
-m|--memory)
|
-m|--memory)
|
||||||
|
|||||||
Reference in New Issue
Block a user