#!/bin/sh

if [ ! -z "$(pidof lockscreendisabler)" ]; then killall -9 lockscreendisabler; fi
exit 0 
