Skip to content
  • Thomas Bloor's avatar
    Change mkdir to use correct and more secure mdoe numbers · 6834a736
    Thomas Bloor authored
    The original setting of `777` is not a valid mode number for mkdir, and
    should have been `0777` as it is an octal number. This has been changed
    to `0755` to be in keeping with the wordpress permission scheme, which
    is readable by all but only writeable by the current user. As these are
    for backups a more strict setting may be preferable, but this is a
    reasonable compromise
    6834a736