mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-26 02:35:20 +01:00
common: fix typo
This commit is contained in:
@@ -530,7 +530,7 @@ update_jail_syntax_v1() {
|
||||
warn "\n[WARNING]\n"
|
||||
warn "Updating jail.conf file..."
|
||||
warn "Please review your jail.conf file after completion."
|
||||
warm "VNET jails created without -M will be assigned a new MAC address."
|
||||
warn "VNET jails created without -M will be assigned a new MAC address."
|
||||
|
||||
if [ "$(echo -n "e0a_${jail}" | awk '{print length}')" -lt 16 ]; then
|
||||
local new_host_epair=e0a_${jail}
|
||||
|
||||
Reference in New Issue
Block a user