Fix minor globbing bug
Jes Olson jolson@digitalocean.com
Wed, 28 Dec 2022 19:59:41 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
pa
→
pa
@@ -211,7 +211,7 @@ die "Couldn't change to password directory"
# Move any passwords hanging out in the old dir # for backwards-compat reasons - mv "$basedir/*.age" "$PA_DIR" 2>/dev/null + mv $basedir/*.age "$PA_DIR" 2>/dev/null # Ensure that globbing is disabled # to avoid insecurities with word-splitting.