Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
just avoid some wasted time when copy/past error Operation not permitted
  • Loading branch information
akhilleusuggo authored Mar 28, 2021
1 parent d6f202c commit 4f3ce85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<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
Expand Down

0 comments on commit 4f3ce85

Please sign in to comment.