From: Nicolas Boisselier Date: Sat, 13 May 2023 21:34:20 +0000 (+0200) Subject: cleanup debug message X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=adeda223180aa9482acaa56549390b9f506644d1;p=nb.git cleanup debug message --- diff --git a/bin/nb-update b/bin/nb-update index 836853a9..f787d22a 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -141,7 +141,6 @@ for dir in $(nb_repos); do bash -c "$cmd" elif [ "$USER" = "root" ]; then su - $user -c "$cmd" - echo " $user | $cmd" && continue else echo "Wrong user current user=$USER repo user=$user" false