#!/bin/sh
rm -f /etc/apcupsd/powerfail
if grep -sq 'POWER FAILURE' /etc/nologin; then
	rm -f /etc/nologin
fi
