#!/bin/sh
set -e
if true && [ -z "$D" -a -x "/etc/init.d/hdl-ssh-cfg.sh" ]; then
	/etc/init.d/hdl-ssh-cfg.sh stop || :
fi
