#!/bin/sh
# Inform the prime-net server of our progress

test -x /usr/bin/prime-net || exit 0

cd /var/lib/prime-net
su daemon -c "./prime-net -c"
