From b1e44e39ce6eedf11c109624bac7514a1430714e Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Tue, 4 Feb 2020 14:51:59 -0700 Subject: [PATCH] add missing fi --- usr/local/share/bastille/create.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 476931e..106a229 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -62,6 +62,7 @@ validate_ip() { echo -e "${COLOR_YELLOW}Warning: ip address already in use ($ip).${COLOR_RESET}" else echo -e "${COLOR_GREEN}Valid: ($ip).${COLOR_RESET}" + fi else echo -e "${COLOR_RED}Invalid: ($ip).${COLOR_RESET}" exit 1