Skip to content
Snippets Groups Projects
Commit ffa0dc29 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes wordpress way of provisionning wp-content

parent 322f7531
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
if [ ! "$(ls -A /app/wp-content)" ]; then
mv /wp-content /app/wp-content
mv /wp-content/* /app/wp-content/
mv /wp-content/.* /app/wp-content/
fi
chown -R root:www-data /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment