Added chown call to properly permission stor directory
This commit is contained in:
parent
5af80fcfe3
commit
0c538ff1ae
|
@ -177,6 +177,7 @@ class AirtimeInstall
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "* Giving Apache permission to access $rp".PHP_EOL;
|
echo "* Giving Apache permission to access $rp".PHP_EOL;
|
||||||
|
$success = chown($rp, $CC_CONFIG["webServerUser"]);
|
||||||
$success = chgrp($rp, $CC_CONFIG["webServerUser"]);
|
$success = chgrp($rp, $CC_CONFIG["webServerUser"]);
|
||||||
$success = chmod($rp, 0775);
|
$success = chmod($rp, 0775);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue