Quote:
Originally Posted by sherman
Oh dear. I was hoping for an exit error in there, and I didn't find one. Which makes me suspect a Panic occurred.
Are you able to modify the run-ku.sh script to redirect stderr to a file? Unfortunately, that's where Go outputs it's Panic messages. eg:
$KU_BIN -onboardmount="${MNT_ONBOARD_NEW}" 2> error.log
|
Getting above my pay scale here. Are you saying you simply want me to amend the run-ku.sh by replacing the current $KU_BIN etc with the new line? If so, yes.
If you need me to do more than that, I can give it a go with some Noddy instructions from you.