aboutsummaryrefslogtreecommitdiff
path: root/prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prepare.sh')
-rwxr-xr-xprepare.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/prepare.sh b/prepare.sh
index b0ebb48..caf5819 100755
--- a/prepare.sh
+++ b/prepare.sh
@@ -1,5 +1,8 @@
#!/bin/bash
+if [ -e run/wordpress ]; then
+ rm -r run/wordpress
+fi
mkdir -p run/wordpress
cp -r wordpress/* run/wordpress/
chown -R 33:33 run/wordpress