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