Changing config.ini?

Posted by: alear

Changing config.ini? - 25/10/2001 14:07

I am trying to change my config.ini file to remove the timecodes/notify options. I couldn't get empegTaxi to work this time around (not sure why because its been very good in the past). Is there a text editor on the empeg? I didn't see vi.

Thanks,
Posted by: tfabris

Re: Changing config.ini? - 25/10/2001 14:14

You can now change your config.ini in Emplode version 2. Check the FAQ at riocar.org for details.
Posted by: bonzi

Re: Changing config.ini? - 25/10/2001 14:33

Either follow Tony's advice (easier), or use sed, which is included in developer image
sed -e'/pattern-in-a-line-to-delete/d' config.ini > c

mv c config.ini
Posted by: alear

Re: Changing config.ini? - 25/10/2001 15:06

Great, thanks guys!