Fix shellcheck issue SC2174
authorMichael Prokop <mika@grml.org>
Thu, 3 Sep 2020 10:05:43 +0000 (12:05 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 3 Sep 2020 10:05:43 +0000 (12:05 +0200)
commit8f673fa8ccb6723dd73670f6e4eb970fbb76e741
treea5979f961aa5e6c139e0b70f8aa4553fd8dd947e
parent3c1c456abe97d0d6e6bafbb2ce49982a2ded4d36
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
grml-debootstrap