[Git-commits] [grml/grml-debootstrap] 8f673f: Fix shellcheck issue SC2174
Michael Prokop
noreply at github.com
Thu Sep 3 12:09:39 CEST 2020
Branch: refs/heads/master
Home: https://github.com/grml/grml-debootstrap
Commit: 8f673fa8ccb6723dd73670f6e4eb970fbb76e741
https://github.com/grml/grml-debootstrap/commit/8f673fa8ccb6723dd73670f6e4eb970fbb76e741
Author: Michael Prokop <mika at grml.org>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M grml-debootstrap
Log Message:
-----------
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
More information about the Git-commits
mailing list