Actions
Bug #21811
closedMissing -R option in chmod command in INSTALL.txt
Start date:
2009-12-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the file INSTALL.txt there is a missing -R option on line 161.
Insted of:
sudo chmod g+rwX,o-w fileadmin typo3temp typo3conf uploads
there should be:
sudo chmod -R g+rwX,o-w fileadmin typo3temp typo3conf uploads
(issue imported from #M12955)
Updated by Francois Suter almost 15 years ago
Committed to:
Trunk in revision 6676
4.3 in revision 6674
Actions