diff options
Diffstat (limited to 'main/cjdns/cjdns.post-install')
-rw-r--r-- | main/cjdns/cjdns.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/cjdns/cjdns.post-install b/main/cjdns/cjdns.post-install new file mode 100644 index 0000000000..0e091e941c --- /dev/null +++ b/main/cjdns/cjdns.post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +umask 007 +[ ! -f /etc/cjdroute.conf ] && \ + cjdroute --genconf > /etc/cjdroute.conf |