From dcb476fb3b6ecd50ba491dfe6748994919bf9a97 Mon Sep 17 00:00:00 2001 From: spongle Date: Fri, 16 Sep 2022 18:20:07 +0100 Subject: [PATCH] . --- shared/get_public_rsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/get_public_rsync.sh b/shared/get_public_rsync.sh index d099599..f2df0eb 100755 --- a/shared/get_public_rsync.sh +++ b/shared/get_public_rsync.sh @@ -27,7 +27,7 @@ get_public_rsync () { echo "Save keys from github" cat _r*.pub >> ${AUTHFILE} # remove above lines in near future - cat _[1-9]vi*.pub >> ${AUTHFILE} + cat _[1-9]rs*.pub >> ${AUTHFILE} echo "The approved keys are:" cat ${AUTHFILE}