1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
just avoid some wasted time when copy/past error Operation not permitted
This commit is contained in:
akhilleusuggo 2021-03-29 00:18:10 +03:00 committed by GitHub
parent d6f202c94b
commit 4f3ce8542a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ require_once '../locale/function.php';
<br>
Then you can set the permissions (www-data means apache user).
<br>
<pre><code>chown www-data:www-data <?php echo $dir; ?> && chmod 755 <?php echo $dir; ?> </code></pre>
<pre><code>sudo chown www-data:www-data <?php echo $dir; ?> && sudo chmod 755 <?php echo $dir; ?> </code></pre>
</details>
</div>
<?php