mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Trigger custom post-update script after update
This commit is contained in:
parent
84392aa52a
commit
69c6e910fa
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ if [ ! -e "/usr/local/vesta/data/users/admin" ]; then
|
|||
fi
|
||||
|
||||
# Run triggers
|
||||
# if [ -x "/usr/local/vesta/upd/sonething.sh" ]; then
|
||||
# /usr/local/vesta/upd/something.sh
|
||||
# fi
|
||||
if [ -x "/root/vesta-patch.sh" ]; then
|
||||
/root/vesta-patch.sh
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue