mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -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
|
if [ -f "/usr/local/vesta/W3TC.json" ]; then
|
||||||
rm /usr/local/vesta/W3TC.json
|
rm /usr/local/vesta/W3TC.json
|
||||||
fi
|
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
|
# Limit max recipients per email to 15, in order to prevent mass spamming
|
||||||
if [ ! -f "/usr/local/vesta/data/upgrades/limit_max_recipients" ]; then
|
if [ ! -f "/usr/local/vesta/data/upgrades/limit_max_recipients" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue