From 00912e086c8704f163b0b42653b27f9f12aff37f Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 16 May 2025 18:46:00 -0600 Subject: [PATCH] setup: Use OPT_CONFIG instead of $1 --- usr/local/share/bastille/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/setup.sh b/usr/local/share/bastille/setup.sh index 01e22404..c37e8e37 100644 --- a/usr/local/share/bastille/setup.sh +++ b/usr/local/share/bastille/setup.sh @@ -391,7 +391,7 @@ if [ $# -eq 0 ]; then exit 0 fi -case "${1}" in +case "${OPT_CONFIG}" in filesystem) configure_filesystem ;;