used print instead of echo for info message in ssh key move
This commit is contained in:
@@ -135,7 +135,7 @@ while read user_home; do
|
||||
if [ ${master_user} -eq 0 ]; then
|
||||
rm "${home_folder}/.ssh/authorized_keys";
|
||||
else
|
||||
print "=> No delete for master user, must be done manually";
|
||||
echo "=> No delete for master user, must be done manually";
|
||||
fi;
|
||||
else
|
||||
echo "[START] ====>";
|
||||
|
||||
Reference in New Issue
Block a user