uncomment actual operation

This commit is contained in:
2017-05-30 21:26:59 +02:00
parent 72e7544914
commit eb82a77e46

View File

@@ -30,7 +30,7 @@ function pdate {
function logrun { function logrun {
# Write command itself to log, and pipe errors to log # Write command itself to log, and pipe errors to log
echo "$(pdate) $@" >> "$LOG" echo "$(pdate) $@" >> "$LOG"
# eval "$@" 2>> "$LOG" eval "$@" 2>> "$LOG"
} }
while read line; do while read line; do