Update 06-data-encryption-keys.md
Having ~/ after ${instance}: would return pscp: remote filespec ~/: not a directory error. Removing the ~/ section resolves the issue.pull/546/head
parent
5c462220b7
commit
f6d044a668
|
@ -36,7 +36,7 @@ Copy the `encryption-config.yaml` encryption config file to each controller inst
|
|||
|
||||
```
|
||||
for instance in controller-0 controller-1 controller-2; do
|
||||
gcloud compute scp encryption-config.yaml ${instance}:~/
|
||||
gcloud compute scp encryption-config.yaml ${instance}:
|
||||
done
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue