From 485889285f470ce7780b1b57db51fad028df2fa5 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 22 Apr 2025 13:31:56 -0600 Subject: [PATCH] typos --- usr/local/share/bastille/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/share/bastille/setup.sh b/usr/local/share/bastille/setup.sh index b8e0ed0b..77458254 100644 --- a/usr/local/share/bastille/setup.sh +++ b/usr/local/share/bastille/setup.sh @@ -224,7 +224,7 @@ case "$1" in ;; -n|-l|network|loopback) warn "[WARNING] Bastille only allows using either the 'loopback' or 'shared'" - warn "interface to be configured any any given time. If you continue, the 'shared'" + warn "interface to be configured ant one time. If you continue, the 'shared'" warn "interface will be disabled, and the 'loopback' interface will be used as default." # shellcheck disable=SC3045 read -p "Do you really want to continue setting up the loopback interface? [y|n]:" _answer @@ -242,7 +242,7 @@ case "$1" in ;; -s|shared|ethernet) warn "[WARNING] Bastille only allows using either the 'loopback' or 'shared'" - warn "interface to be configured any any given time. If you continue, the 'loopback'" + warn "interface to be configured at one time. If you continue, the 'loopback'" warn "interface will be disabled, and the shared interface will be used as default." # shellcheck disable=SC3045 read -p "Do you really want to continue setting up the shared interface? [y|n]:" _answer