#!/bin/bash if [ "$X_APPLICATION_SSHD" == "on" ] ; then echo "[sshd-start.sh] - Starting sshd demon"; /usr/sbin/initsshd.sh start; else echo "[sshd-start.sh] - Sshd not enable"; echo "[sshd-start.sh] - Sshd not starting" fi