#!/bin/sh

echo "Turning Clock Console Debug On..."

sed -i 's/\/dev\/null/\/dev\/console/' /etc/init.d/clock

/etc/init.d/clock restart


