]> git.nbdom.net Git - nb.git/commitdiff
Bed
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 10 Jan 2017 00:53:22 +0000 (00:53 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 10 Jan 2017 00:53:22 +0000 (00:53 +0000)
bin/nb-commit

index 688bdcad72fa18524890770908ee3c064d21e2ae..2b46f74a1f2211b6ad2727f48957ddc07e4026ce 100755 (executable)
@@ -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"