Trigger custom post-update script after update

This commit is contained in:
dpeca 2019-08-17 15:30:40 +02:00 committed by GitHub
commit 69c6e910fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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