diff options
Diffstat (limited to 'libexec/post-receive.d/04-build-web-site')
| -rwxr-xr-x | libexec/post-receive.d/04-build-web-site | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/post-receive.d/04-build-web-site b/libexec/post-receive.d/04-build-web-site index 68a439c..7c178cf 100755 --- a/libexec/post-receive.d/04-build-web-site +++ b/libexec/post-receive.d/04-build-web-site | |||
| @@ -15,6 +15,8 @@ | |||
| 15 | set -e | 15 | set -e |
| 16 | set -u | 16 | set -u |
| 17 | 17 | ||
| 18 | export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' | ||
| 19 | |||
| 18 | prefix='/home/plugins' | 20 | prefix='/home/plugins' |
| 19 | repository=${PWD##*/} | 21 | repository=${PWD##*/} |
| 20 | web_repositories='nagios-plugins.git site.git' | 22 | web_repositories='nagios-plugins.git site.git' |
