Hi everybody!
How can i add a configuration-line in the WFClient-section in /opt/Citrix/ICAClient/config/module.ini ?
I tried this, but it adds a seperate line and i get an error messeage.
echo [WFClient] >> /opt/Citrix/ICAClient/config/module.ini
#echo ICCTimeout=2000 >> /opt/Citrix/ICAClient/config/module.ini
Hi,
you basically only need the second line, the first one is already there. Btw. This kind of modifications is better done in the Network / Before Network Starts section IMHO.
Hi Seb! Thank you for your answer.
This is the error message:
But when i only add the second line, it is in the wrong section, correct?
That’s true, therefor you need a Find and Add with SED:
sed -i ‘0,/[WFClient]/a ICCTimeout=2000’ /opt/Citrix/ICAClient/config/module.in
Didn’t testes it btw.
Added the line
sed ‘/WFClient/ a ICCTimeout=2000’ /opt/Citrix/ICAClient/config/module.ini -i
in the network / before networks starts section.
This worked.
Thank you Seb!
Continue reading and comment on the thread ‘How to add a configuration-line in the WFClient-section in /opt/Citrix/ICAClient/config/module.ini’. Not a member? Join Here!
Learn more, search the IGEL Knowledge Base
Ask a question or comment on the above message thread?
Join or log in to the IGEL Community to ask us anything and meet other IGEL customers, partners, and EUC enthusiasts.Submit a question, or Join Today!