mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 14:24:07 -07:00
Deleting renamed command
This commit is contained in:
parent
7594eed24a
commit
756a2b0d27
1 changed files with 4 additions and 0 deletions
|
@ -178,6 +178,10 @@ fi
|
|||
if [ -f "/usr/local/vesta/W3TC.json" ]; then
|
||||
rm /usr/local/vesta/W3TC.json
|
||||
fi
|
||||
# Deleting renamed command
|
||||
if [ -f "/usr/local/vesta/bin/v-replace-in-file" ]; then
|
||||
rm /usr/local/vesta/bin/v-replace-in-file
|
||||
fi
|
||||
|
||||
# Limit max recipients per email to 15, in order to prevent mass spamming
|
||||
if [ ! -f "/usr/local/vesta/data/upgrades/limit_max_recipients" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue