add intermediary sleep

This commit is contained in:
Tyler Bean 2018-11-02 04:24:00 -05:00
parent fcb0978862
commit efa5d6b984
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ function fixit {
if [[ $(am_i_connected) != true ]]; then
if [[ $(am_i_connected_to_something) == true ]]; then
bring_it_down
sleep 2
fi
bring_it_up
fi