implemented notify.patch from issue #26

thanks to Wim for contributing
This commit is contained in:
florian
2014-01-04 14:01:54 +00:00
parent 1cf0e0b373
commit 60644ea2bc
8 changed files with 43 additions and 3 deletions

View File

@@ -19,3 +19,11 @@ export TMP_PATH="${SCRIPT_PATH}/tmp"
# Options
export VERBOSE="1"
# Command to execute for every outdated installation. This will be called with the following parameters:
# - package
# - expected version
# - found version
# - path
# Example: /usr/local/bin/notify-outdated.sh wordpress 3.7.1 3.6.0 localhost:/home/user/public_html/
#export NOTIFY_SCRIPT="/usr/local/bin/notify-outdated.sh"