Update README.md

This commit is contained in:
88lex 2019-06-02 04:51:50 +00:00
parent 41c6a7ec2a
commit 90902f374b

View file

@ -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...