1
0
Fork 0

Fix logging

This commit is contained in:
Braiden Vasco 2017-07-02 11:40:27 +00:00
parent ba8db2a5bb
commit 2a6016b717

View file

@ -1,9 +1,7 @@
log() {
tput setaf 2 # Green color
date +"[%T] $@"
date +"[%T] $@" | tee -a "$LOG_FILE"
tput sgr0 # No color
date +"[%T] $@" >> "$LOG_FILE"
}
log_begin() {