#!/bin/sh

umask 007
[ ! -f /etc/cjdroute.conf ] && \
	/usr/sbin/cjdroute --genconf > /etc/cjdroute.conf
