Fix: Log-Ausgaben werden jetzt auch im terminal angezeigt
This commit is contained in:
parent
cc8b337987
commit
f645085190
@ -13,5 +13,5 @@ log() {
|
||||
touch "$LOGFILE"
|
||||
fi
|
||||
|
||||
echo "$(date +'%Y-%m-%d %H:%M:%S') - $1" | tee -a "$LOGFILE"
|
||||
echo "$(date +'%Y-%m-%d %H:%M:%S') - $1" | tee -a "$LOGFILE" >/dev/tty
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user