#6 = Wordpress = permissions sur wp-content

This commit is contained in:
afornerot 2024-07-05 23:49:13 +02:00
parent 244f961ce9
commit 9a8685e252
1 changed files with 5 additions and 0 deletions

View File

@ -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 $@