Deleting accidentally created W3TC.json in root folder of project

This commit is contained in:
myvesta 2020-08-15 22:40:03 +02:00 committed by GitHub
commit dd892f7303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,6 +174,11 @@ if [ ! -f "/usr/local/vesta/data/upgrades/clearing-letsencrypt-pipe" ]; then
fi
fi
# Deleting accidentally created W3TC.json in root folder of project
if [ -f "/usr/local/vesta/W3TC.json" ]; then
rm /usr/local/vesta/W3TC.json
fi
# Run custom triggers
if [ -x "/root/vesta-patch.sh" ]; then
/root/vesta-patch.sh