commit da673e8bbba92651dd9d35c837833e1a3b5f37c0 parent 18d19b08d90e739376d42aa229ea8643e24b28c0 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Thu, 5 Sep 2019 20:01:33 +0200 No need to chmod-ing when keying Diffstat:
| M | bin/taler-deployment-keyup | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup @@ -123,7 +123,3 @@ if [[ -s $AUDITOR_REQUEST_DIR/auditor_request-${DATESALT} ]]; then -o "$AUDITOR_BASE_DIR/$DATESALT" \ -c ${HOME}/.config/taler.conf fi - -# or-ing with true as user A won't be able to -# change permissions for user B's files. -chmod -R 770 $AUDITOR_BASE_DIR/* || true