#!/bin/sh

update_scr="/opt/drweb/update.pl"
[ ! -x "${update_scr}" ] || "${update_scr}"
