Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
Fixed usermod call
Browse files Browse the repository at this point in the history
  • Loading branch information
paustian committed Oct 12, 2017
1 parent 98fb5b3 commit 5844aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/upgrading to Zikula 2.0/InstallingZikulaOnUbuntu.md
Expand Up @@ -150,7 +150,7 @@ These commands will make these changes
sudo chown -R www-data /var/www/html
sudo chgrp -R www-data /var/www/html
sudo chmod -R g+w /var/www/html
usermod -a G www-data yourusername
sudo usermod -a -G www-data yourusername
```
You will need to log out and back in to get the changes to be updated. You can check to make sure you are in the group by this command

Expand Down

0 comments on commit 5844aea

Please sign in to comment.