From: Michael Prokop Date: Thu, 3 Sep 2020 10:05:43 +0000 (+0200) Subject: Fix shellcheck issue SC2174 X-Git-Tag: v0.94~5 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=8f673fa8ccb6723dd73670f6e4eb970fbb76e741;hp=8f673fa8ccb6723dd73670f6e4eb970fbb76e741 Fix shellcheck issue SC2174 Fixes: | mkdir -m 0700 -p "${AUTHORIZED_KEYS_TARGET}" | ^-- SC2174: When used with -p, -m only applies to the deepest directory. Closes: #158 ---