Skip to content

Commit

Permalink
Only delete the default pwquality config file
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcanonical committed Dec 6, 2024
1 parent d0c1d87 commit 55fff1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for file in ${configuration_files[@]}; do
done
authselect select --force custom/testingProfile
{{% elif 'ubuntu' in product %}}
rm -f /usr/share/pam-configs/*pwquality
rm -f /usr/share/pam-configs/pwquality
DEBIAN_FRONTEND=noninteractive pam-auth-update
{{% else %}}
for file in ${configuration_files[@]}; do
Expand Down

0 comments on commit 55fff1f

Please sign in to comment.