From 90902f374be5f1412bebbb1dce20d869569772e2 Mon Sep 17 00:00:00 2001 From: 88lex Date: Sun, 2 Jun 2019 04:51:50 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67ccbb4..f131dec 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,12 @@ For subsequent batches of 100 you rclone gcloud init again, pick 1, then 2 to se Before running the script: Create a folder for your keys before running the script -Set your key directory, default is KEYS_DIR=/opt/sa +Set your key directory, default is KEYS_DIR=/opt/sa. There is no need to change your KEYS_DIR as you +run more batches and projects, as long as you increment the key numbers appropriately to not overwrite existing keys. If you want to create more than 100 jsons then increment COUNT for each batch. For the first batch set COUNT=1 and sagen{1..100} in the script. -Four more batches set COUNT=101 and sagen{101..200}. Third batch COUNT=201 sagen{201..300) and so on... +For more batches set COUNT=101 and sagen{101..200}. Third batch COUNT=201 sagen{201..300) and so on... + +