Skip to content
Snippets Groups Projects
Commit 33b1e00f authored by mattijs's avatar mattijs
Browse files

BUG: foamPrintJobs: user name printing

parent 986b0165
Branches
Tags
No related merge requests found
......@@ -214,7 +214,7 @@ then
fi
nProcs=`rightStr 3 "$nProcs"`
user=`getEntry $f 'username'`
user=`getEntry $f 'userName'`
user=${user:-'---'}
user=`leftStr 8 "$user"`
......@@ -273,7 +273,7 @@ then
fi
nProcs=`rightStr 3 "$nProcs"`
user=`getEntry $f 'username'`
user=`getEntry $f 'userName'`
user=${user:-'---'}
user=`leftStr 8 "$user"`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment