spelling: password
This commit is contained in:
@@ -7,7 +7,7 @@ cd $(dirname $0)
|
||||
. ../../../common/config.sh
|
||||
. ../../../common/log.sh
|
||||
|
||||
log_start "$0" "chgpasswd changes the pasword in group if gshadow does not exist"
|
||||
log_start "$0" "chgpasswd changes the password in group if gshadow does not exist"
|
||||
|
||||
save_config
|
||||
|
||||
|
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
|
||||
|
||||
change_config
|
||||
|
||||
echo -n "Remove the pasword of group users (gpasswd -r users)..."
|
||||
echo -n "Remove the password of group users (gpasswd -r users)..."
|
||||
gpasswd -r users
|
||||
echo "OK"
|
||||
|
||||
|
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
|
||||
|
||||
change_config
|
||||
|
||||
echo -n "Remove the pasword of group users (gpasswd -r users)..."
|
||||
echo -n "Remove the password of group users (gpasswd -r users)..."
|
||||
gpasswd -r users
|
||||
echo "OK"
|
||||
|
||||
|
@@ -19,7 +19,7 @@ change_config
|
||||
echo "remove the gshadow file"
|
||||
rm -f /etc/gshadow
|
||||
|
||||
echo -n "Remove the pasword of group users (gpasswd -r users)..."
|
||||
echo -n "Remove the password of group users (gpasswd -r users)..."
|
||||
gpasswd -r users
|
||||
echo "OK"
|
||||
|
||||
|
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
|
||||
|
||||
change_config
|
||||
|
||||
echo -n "Lock the pasword of group users (gpasswd -R users)..."
|
||||
echo -n "Lock the password of group users (gpasswd -R users)..."
|
||||
gpasswd -R users
|
||||
echo "OK"
|
||||
|
||||
|
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
|
||||
|
||||
change_config
|
||||
|
||||
echo -n "Lock the pasword of group users (gpasswd -R users)..."
|
||||
echo -n "Lock the password of group users (gpasswd -R users)..."
|
||||
gpasswd -R users
|
||||
echo "OK"
|
||||
|
||||
|
@@ -19,7 +19,7 @@ change_config
|
||||
echo "remove the gshadow file"
|
||||
rm -f /etc/gshadow
|
||||
|
||||
echo -n "Lock the pasword of group users (gpasswd -R users)..."
|
||||
echo -n "Lock the password of group users (gpasswd -R users)..."
|
||||
gpasswd -R users
|
||||
echo "OK"
|
||||
|
||||
|
Reference in New Issue
Block a user