Files
i2p.scripts/testing/vmon.sh
2011-12-18 13:05:20 +00:00

9 lines
254 B
Bash
Executable File

#
# Turn on vmCommSystem, i.e. enable test mode with no network access
# Run before starting router.
# zzz 12/2011
#
grep -v i2p.vmCommSystem ~/.i2p/router.config > /tmp/foo$$
echo 'i2p.vmCommSystem=true' >> /tmp/foo$$
mv /tmp/foo$$ ~/.i2p/router.config