From 8cbdc611e21b712847e806898914b70395af9757 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 17 May 2025 11:52:04 -0600 Subject: [PATCH] Update setup.sh --- 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 05b6ced1..5bf8fb1e 100644 --- a/usr/local/share/bastille/setup.sh +++ b/usr/local/share/bastille/setup.sh @@ -390,9 +390,9 @@ configure_storage() { if [ $# -eq 0 ]; then sysrc bastille_enable=YES configure_filesystem + configure_storage configure_loopback_interface configure_pf - configure_storage info "\nBastille has successfully been configured.\n" exit 0 fi