11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
sudo chmod 775 -R wp-admin wp-content wp-includes
|
|
sudo chown www-data -R wp-admin wp-content wp-includes
|
|
sudo chown www-data:www-data .
|
|
|
|
########################
|
|
# IF GIT ERROR DO THIS #
|
|
########################
|
|
|
|
git config --global --add safe.directory <the absolute path of this directory>
|
|
|