mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 18:21:53 +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.
|
||||
check_if_jail_exists() {
|
||||
check_jail_exists() {
|
||||
TARGET="${1}"
|
||||
JAILS=""
|
||||
if [ -d "${bastille_jailsdir}/${TARGET}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user