evobackup/lib/functions

8 lines
101 B
Bash
Executable file

#!/bin/sh
check_jail() {
jail="${1}"
[ -d "${JAILDIR}/${jail}" ] && return 0
return 1
}