From 6abb76b8dc56a203bb08d112fa68766a29d5ae46 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 16 Apr 2018 01:19:38 +0100 Subject: [PATCH] bin/nb-update --- bin/nb-update | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/nb-update b/bin/nb-update index 736bf46a..51034c3e 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -53,6 +53,7 @@ filter_name="$@" for repo in $(nb_repos); do [ -d "$repo/.git" ] || continue + [ ! -w "$repo/.git" ] && echo ">No Permission $repo" && echo && continue cd "$repo" || continue # name from git not from path -- 2.47.3