#!/bin/bash
#
# file for bringing wwwoffle aware it's offline
# thanks to Martin Jost

if [ -x /usr/bin/wwwoffle ]; then
	/usr/bin/wwwoffle -offline -c /etc/wwwoffle/wwwoffle.conf
fi
