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] ====>";