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

Fixes move of wp-content

parent 9239ff7f
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/
cp -av /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