Files
i2p.scripts/testing/vmoff.sh

9 lines
235 B
Bash
Raw Permalink Normal View History

2011-12-18 13:05:20 +00:00
#
# Turn off vmCommSystem, i.e. enable normal mode
# Run before starting router.
# zzz 12/2011
#
grep -v i2p.vmCommSystem ~/.i2p/router.config > /tmp/foo$$
echo 'i2p.vmCommSystem=false' >> /tmp/foo$$
mv /tmp/foo$$ ~/.i2p/router.config