From fd47c83804606b7c658b2eea66c9adf0bbb6c0ff Mon Sep 17 00:00:00 2001 From: Bike Dude Date: Tue, 12 Jan 2021 19:10:40 +0100 Subject: [PATCH] VNET creation error message create.sh will fail if gateway interface is missing ($# != 4). This adds a check and according error message. --- usr/local/share/bastille/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index c5022942..b5500985 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2018-2020, Christer Edwards +# Copyright (c) 2018-2021, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without