setup: Use OPT_CONFIG instead of $1

This commit is contained in:
tschettervictor
2025-05-16 18:46:00 -06:00
committed by GitHub
parent fd9583e911
commit 00912e086c

View File

@@ -391,7 +391,7 @@ if [ $# -eq 0 ]; then
exit 0
fi
case "${1}" in
case "${OPT_CONFIG}" in
filesystem)
configure_filesystem
;;