mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-16 10:20:02 +02:00
576d50fc1e
Added vagrant config for Centos 7.
6 lines
199 B
Bash
Executable File
6 lines
199 B
Bash
Executable File
#!/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
|