#!/bin/sh

if [ ! -f /etc/temploggerd.conf ]; then
    cp -f /etc/temploggerd.conf.default /etc/temploggerd.conf
fi
