From 25f6495209a9ca4d015bb3c75829596e54be6cf8 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sat, 12 Nov 2022 00:50:17 -0800 Subject: [PATCH] Update 'scripts/wpinstall.sh' --- scripts/wpinstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/wpinstall.sh b/scripts/wpinstall.sh index 3aea5e3..ee2215d 100644 --- a/scripts/wpinstall.sh +++ b/scripts/wpinstall.sh @@ -35,4 +35,5 @@ apt install unzip -y unzip latest.zip -d $INSTALL_DIR cp -r $INSTALL_DIR/wordpress/* $INSTALL_DIR rm -rf $INSTALL_DIR/wordpress -rm -rf latest.zip \ No newline at end of file +rm -rf latest.zip +chmod -R 775 $INSTALL_DIR \ No newline at end of file