Skip to content

Commit 1619a7f

Browse files
committed
Fix shebangs
1 parent 0fdbb27 commit 1619a7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_passwords_pam_faillock_unlock_time_with_zero/tests/correct.pass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# variables = var_accounts_passwords_pam_faillock_unlock_time=900
33
echo "unlock_time = 900" > "{{{ pam_faillock_conf_path }}}"
44
authselect enable-feature with-faillock

linux_os/guide/system/accounts/accounts-pam/locking_out_password_attempts/accounts_passwords_pam_faillock_unlock_time_with_zero/tests/high.pass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
# variables = var_accounts_passwords_pam_faillock_unlock_time=900
33
echo "unlock_time = 1000" > "{{{ pam_faillock_conf_path }}}"
44
authselect enable-feature with-faillock
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
echo "unlock_time = 0" > "{{{ pam_faillock_conf_path }}}"
33
authselect enable-feature with-faillock
44
authselect apply-changes

0 commit comments

Comments
 (0)