From e4487077c9341b8495c8bbb7de86bb180b136bbc Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:19:09 -0700 Subject: [PATCH] rename to be consistent --- usr/local/share/bastille/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 012259e6..8d2faa4e 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -71,7 +71,7 @@ warn() { } # This is where I am placing all new functions. -check_if_jail_exists() { +check_jail_exists() { TARGET="${1}" JAILS="" if [ -d "${bastille_jailsdir}/${TARGET}" ]; then