From 1ac4830b6eeb6a5e054ed9b7b4bdb34bd1ac4423 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Fri, 6 Nov 2020 00:04:28 +0100 Subject: Upgrading Wordpress to 5.5.3 --- prepare.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'prepare.sh') 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 -- cgit v1.1