mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-04 11:43:48 +01:00
rename to be consistent
This commit is contained in:
@@ -71,7 +71,7 @@ warn() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# This is where I am placing all new functions.
|
# This is where I am placing all new functions.
|
||||||
check_if_jail_exists() {
|
check_jail_exists() {
|
||||||
TARGET="${1}"
|
TARGET="${1}"
|
||||||
JAILS=""
|
JAILS=""
|
||||||
if [ -d "${bastille_jailsdir}/${TARGET}" ]; then
|
if [ -d "${bastille_jailsdir}/${TARGET}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user