mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-03 19:23:42 +01:00
create: Exit if network type not set
This commit is contained in:
@@ -541,6 +541,8 @@ create_jail() {
|
|||||||
install -m 0544 /usr/share/examples/jails/jng /usr/local/bin/jng
|
install -m 0544 /usr/share/examples/jails/jng /usr/local/bin/jng
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
error_exit "[ERROR]: 'bastille_network_vnet_type' not set properly: ${bastille_network_vnet_type}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
elif [ -n "${LINUX_JAIL}" ]; then
|
elif [ -n "${LINUX_JAIL}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user