From 2956998762dde60e4ab4bc1d2d6b117b0ed315bc Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 1 Jun 2023 15:28:56 +0900 Subject: [PATCH] used print instead of echo for info message in ssh key move --- bin/authorized_key_location_change.sh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/authorized_key_location_change.sh.sh b/bin/authorized_key_location_change.sh.sh index d1961b4..fe40f0e 100755 --- a/bin/authorized_key_location_change.sh.sh +++ b/bin/authorized_key_location_change.sh.sh @@ -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] ====>";