TLINDEN / jaildk

FreeBSD jail development kit
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Installing a Jail throws an error #15

Closed Culsu closed 1 month ago

Culsu commented 3 years ago

When trying to install a jail without having ip set in /jail/etc/$jail/jail.conf you receive the error: usage: dirname string [...] since $ip is empty. Probably load-jail-config() should grep the ip4.addr from /etc/jail.conf aswell, so you don't have to set it twice.