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}