Skip to content

Commit

Permalink
Revert "Remove the additional Priority line"
Browse files Browse the repository at this point in the history
This reverts commit d110d7b.
  • Loading branch information
alanmcanonical committed Jan 8, 2025
1 parent be86b98 commit ec65493
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/macros/10-bash.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,6 @@ if [ ! -f "$conf_path"/"$conf_name" ]; then
if [ -f "$conf_path"/unix ]; then
if grep -q "$(md5sum "$conf_path"/unix | cut -d ' ' -f 1)" /var/lib/dpkg/info/libpam-runtime.md5sums;then
cp "$conf_path"/unix "$conf_path"/"$conf_name"
sed '/Priority: 256/d' "$conf_path"/"$conf_name"
sed -i '/Default: yes/a Priority: 257\
Conflicts: unix' "$conf_path"/"$conf_name"
DEBIAN_FRONTEND=noninteractive pam-auth-update
Expand Down

0 comments on commit ec65493

Please sign in to comment.