diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-02-26 16:55:10 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-02-26 16:55:10 -0800 |
| commit | 477196663a0fe495263922d485a690844e83c95c (patch) | |
| tree | 20c7dc6a890d7ddeb14282f8b7efdfdc7a1dedfd | |
| parent | 802c7ee9567bb701c3af267a2373a33b807dd207 (diff) | |
...
| -rw-r--r-- | docs/buildnotes/colo-relocation.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/buildnotes/colo-relocation.md b/docs/buildnotes/colo-relocation.md index 71ed1b6..6984c08 100644 --- a/docs/buildnotes/colo-relocation.md +++ b/docs/buildnotes/colo-relocation.md @@ -18,9 +18,8 @@ - Add contents of /etc/bind/zones to the repo. - Commit and push it. ```sh -cd /etc/bind +cd /etc/bind/zones git clone https://x-token-auth:REDACTED@bitbucket.org/suspectdevicesadmin/susdev-dns.git -mv named.conf.local /tmp/ ls -lsa susdev-dns/ mv susdev-dns/.git . rmdir susdev-dns/ |
