Details
Description
Hi,
In site:sshdeploy, permissions on the generated web site documentation are changed by executing 'chmod -Rf g+u * .' . However, this poses problems for example on HP-UX 11.23, because:
- the -f option doesn't exist in the command chmod
- g+u doesn't work (returns error message : 'invalid mode'), probably due to a bug in the chmod command on HP-UX. However g=u works instead.
Is it therefore possible to put a property value instead with a default value 'chmod -Rf g+u * .'. This way this command can be overridden for HP-UX (e.g by using 'chmod -R g=u * .').
Regards,
Davy Toch
Duplicate of
MPSITE-25MPSITE-25