From baafa0e011bd40251fca8b8e3fdb9c511fd26efe Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 10 Jan 2017 00:53:22 +0000 Subject: [PATCH] Bed --- bin/nb-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nb-commit b/bin/nb-commit index 688bdcad..2b46f74a 100755 --- a/bin/nb-commit +++ b/bin/nb-commit @@ -14,5 +14,5 @@ for f in www/*/update.sh; do [ -x "$f" ] || continue $f done -share/db/update.sh +#share/db/update.sh which docker 1> /dev/null && docker run --rm -v $NB_ROOT:$NB_ROOT alpine sh -c "(. $NB_ROOT/etc/profile && nb_repos) >/dev/null && echo Docker: OK" -- 2.47.3