Skip to content

Commit

Permalink
Use 0775 permission, it's needed for e.g. skins/elastic/deps folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Sep 23, 2019
1 parent 25a9747 commit ff7161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-jsdeps.sh
Expand Up @@ -195,7 +195,7 @@ function extract_zipfile($package, $srcfile)

$destdir = INSTALL_PATH . $package['dest'];
if (!is_dir($destdir)) {
mkdir($destdir, 0774, true);
mkdir($destdir, 0775, true);
}

if (!is_writeable($destdir)) {
Expand Down

0 comments on commit ff7161d

Please sign in to comment.