Update 'scripts/wpinstall.sh'

This commit is contained in:
Sophia Atkinson 2022-11-12 00:50:17 -08:00
parent 156df1e1e3
commit 25f6495209
1 changed files with 2 additions and 1 deletions

View File

@ -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
rm -rf latest.zip
chmod -R 775 $INSTALL_DIR