Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Feb 15, 2018
1 parent edf1bde commit c41029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/tbreach_default_view_configs/setup_view_configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ "$1" == "--help" ]
echo -e "For Authentication you can choose to pass the username and password as part of the host e.g. \033[33m ./setup_view_configs.sh -h http://<username>:<password>@<hostname>\033[0m"
echo -e "Running \033[33m./setup_view_configs.sh -help \033[0m brings this help menu"

elif [ "$(($count % 2))" != 0 ]
elif [ "$((count % 2))" != 0 ]
then
echo -e "\033[1;31m None or Incorrect Parameters supplied. Run ./setup_view_configs.sh --help to view a list of valids options \033[0m"
exit 1
Expand Down

0 comments on commit c41029b

Please sign in to comment.