rename to be consistent

This commit is contained in:
tschettervictor
2024-12-16 12:19:09 -07:00
committed by GitHub
parent e4fb6e3ca6
commit e4487077c9

View File

@@ -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