Hi,
I'm using scripting for the jumpstart.
Has anyone an Idea why in one script this command run well,
By example, this echo command on at.deny run well :
# at.deny must be set for hardening
/usr/bin/echo "Update at.deny ..."
ATDENY=/a/etc/cron.d/at.deny
[ ! -f ${ATDENY} ] && (
/usr/bin/echo...