From 75c79106350176ba8f5157b6abb2233dd30f83d1 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 11 Apr 2017 22:18:58 +0100 Subject: [PATCH] bin/nb-install --- bin/nb-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3