#!/bin/sh

uci -q batch <<-EOF >/dev/null
	set zerotier.sample_config=zerotier
	commit zerotier
EOF

exit 0
