mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-21 17:16:54 +02:00
8 lines
174 B
Bash
8 lines
174 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export REMOTE_SSH_KEY=/root/.ssh/id_rsa
|
||
|
export REMOTE_SSH_PORT=22
|
||
|
export REMOTE_SSH_HOST=my.remote.host
|
||
|
|
||
|
/opt/mailcow-dockerized/helper-scripts/_cold-standby.sh
|