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