#!/bin/sh
set -e

if [ "$1" = "install" ] && [ -n "$2" ] && [ -e "/etc/init.d/wsddn" ] ; then
    chmod +x "/etc/init.d/wsddn" >/dev/null || true
fi
