#!/bin/sh

chmod +x /opt/qtlockscreen/weatherwidget.sh
if [ ! -z "$(pidof qtlockscreen)" ]; then killall -9 qtlockscreen; fi
start qtlockscreen
exit 0
