uncomment actual operation
This commit is contained in:
@@ -30,7 +30,7 @@ function pdate {
|
||||
function logrun {
|
||||
# Write command itself to log, and pipe errors to log
|
||||
echo "$(pdate) $@" >> "$LOG"
|
||||
# eval "$@" 2>> "$LOG"
|
||||
eval "$@" 2>> "$LOG"
|
||||
}
|
||||
|
||||
while read line; do
|
||||
|
||||
Reference in New Issue
Block a user