#6 = Wordpress = permissions sur wp-content
This commit is contained in:
parent
244f961ce9
commit
9a8685e252
|
@ -79,6 +79,8 @@ wp site switch-language fr_FR
|
||||||
|
|
||||||
# Mise à jour theme / plugin / network
|
# Mise à jour theme / plugin / network
|
||||||
wp theme install twentytwentyfour --allow-root
|
wp theme install twentytwentyfour --allow-root
|
||||||
|
wp theme install lowfi --allow-root
|
||||||
|
|
||||||
wp theme update --allow-root --all
|
wp theme update --allow-root --all
|
||||||
wp plugin update --allow-root --all
|
wp plugin update --allow-root --all
|
||||||
wp language core update
|
wp language core update
|
||||||
|
@ -88,4 +90,7 @@ wp language plugin update --all
|
||||||
# Mise à jour du network
|
# Mise à jour du network
|
||||||
wp core update-db --network
|
wp core update-db --network
|
||||||
|
|
||||||
|
chown -R apache wp-content
|
||||||
|
chgrp -R apache wp-content
|
||||||
|
|
||||||
exec $@
|
exec $@
|
Loading…
Reference in New Issue