mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-18 21:51:39 +02:00
6 lines
199 B
Bash
6 lines
199 B
Bash
|
#!/bin/bash
|
||
|
# Copy ControlMaster ssh configs when the OS supports it
|
||
|
|
||
|
cp -f /backrest/test/vm/ssh/config-cm /home/vagrant/.ssh/config
|
||
|
cp -f /backrest/test/vm/ssh/config-cm /home/backrest/.ssh/config
|