From: Nicolas Boisselier Date: Sun, 23 Apr 2017 15:43:04 +0000 (+0100) Subject: bin/nb-install X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=12329a4413bcab3606de351afc2087bffa27f6c0;p=nb.git bin/nb-install --- diff --git a/bin/nb-install b/bin/nb-install index 225b33d7..6adb6642 100755 --- a/bin/nb-install +++ b/bin/nb-install @@ -112,6 +112,7 @@ if [ ! -e .git/hooks/pre-push -a -w .git/hooks ]; then #!/bin/sh echo Git hooks pre-push $* 1>&2 $([ -e www/dbq/update.sh ] && echo www/dbq/update.sh) +true EOF chmod 755 .git/hooks/pre-push chown "$NB_USER" .git/hooks/pre-push