Displaying 1 result from an estimated 1 matches for "check_execut".
2010 Feb 18
0
improved create dovecot certificate script
...ectory} cannot be created!" >&2
exit 2
fi
chgrp dovecot "${directory}"
fi
#.............................................................................#
return 0
}
#*---------------------------------------------------------------------------*#
check_executable ()
{
executable="${1}"
#.............................................................................#
if [ \( ! \( -x "`which ${executable} 2> /dev/null`" \) \) ]
then
${echo} "${error} executable ${executable} could not be found!" >&2...