From: Nicolas Boisselier Date: Tue, 11 Apr 2017 21:18:58 +0000 (+0100) Subject: bin/nb-install X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=75c79106350176ba8f5157b6abb2233dd30f83d1;p=nb.git bin/nb-install --- diff --git a/bin/nb-install b/bin/nb-install index cc318ad8..225b33d7 100755 --- a/bin/nb-install +++ b/bin/nb-install @@ -110,7 +110,7 @@ if [ ! -e .git/hooks/pre-push -a -w .git/hooks ]; then echo "Create .git/hooks/pre-push" cat < .git/hooks/pre-push #!/bin/sh -echo .git/hooks/pre-push $* 1>&2 +echo Git hooks pre-push $* 1>&2 $([ -e www/dbq/update.sh ] && echo www/dbq/update.sh) EOF chmod 755 .git/hooks/pre-push