Skip to content

Commit

Permalink
Missing arg parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
phil committed Nov 24, 2019
1 parent e3e32eb commit c3ec7a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check_mailbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ if [ $insecure -eq 1 ]; then
insecurearg=" --insecure "
fi
sslarg=""
if [ $ssl -eq 1 ]; then
sslarg=" --ssl "
fi
verbosearg=""
if [ $verbose -eq 1 ]; then
Expand Down

0 comments on commit c3ec7a2

Please sign in to comment.