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)
Fixes:

|    mkdir -m 0700 -p "${AUTHORIZED_KEYS_TARGET}"
|          ^-- SC2174: When used with -p, -m only applies to the deepest directory.

Closes: #158


No differences found