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
|
fi
|
||||||
|
|
||||||
# Run triggers
|
# Run triggers
|
||||||
# if [ -x "/usr/local/vesta/upd/sonething.sh" ]; then
|
if [ -x "/root/vesta-patch.sh" ]; then
|
||||||
# /usr/local/vesta/upd/something.sh
|
/root/vesta-patch.sh
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue