mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Clearing letsencrypt pipe
This commit is contained in:
parent
d6eed3b978
commit
3296e93083
1 changed files with 5 additions and 0 deletions
|
@ -146,6 +146,11 @@ if [ ! -f "/usr/local/vesta/data/upgrades/clamav_block_exe_in_archives" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Clearing letsencrypt pipe
|
||||||
|
if [ -f "/usr/local/vesta/data/queue/letsencrypt.pipe" ]; then
|
||||||
|
truncate -s 0 /usr/local/vesta/data/queue/letsencrypt.pipe
|
||||||
|
fi
|
||||||
|
|
||||||
# Run custom triggers
|
# Run custom triggers
|
||||||
if [ -x "/root/vesta-patch.sh" ]; then
|
if [ -x "/root/vesta-patch.sh" ]; then
|
||||||
/root/vesta-patch.sh
|
/root/vesta-patch.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue