mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-26 15:30:45 +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
|
||||
fi
|
||||
fi
|
||||
else
|
||||
error_exit "[ERROR]: 'bastille_network_vnet_type' not set properly: ${bastille_network_vnet_type}"
|
||||
fi
|
||||
fi
|
||||
elif [ -n "${LINUX_JAIL}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user