mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Deleting accidentally created W3TC.json in root folder of project
This commit is contained in:
parent
5efa58a92e
commit
dd892f7303
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue