Skip to content

Commit

Permalink
Merge pull request #11 from pheanex/master
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanBrotherton authored Feb 8, 2021
2 parents 9cced6b + 4168c73 commit d533f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ PRINT_LOGSTART() {

PRINT_DISCONNECTED() {
echo "$STRING_2 $(date "+%a %d %b %Y %H:%M:%S %Z")" >> $VAR_LOGFILE
echo -e $COLOR_RED"$STRING_2 $(date)"$COLOR_RESET
echo -e $COLOR_RED"$STRING_2 $(date "+%a %d %b %Y %H:%M:%S %Z")"$COLOR_RESET
}

PRINT_RECONNECTED() {
Expand Down

0 comments on commit d533f85

Please sign in to comment.