mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-22 18:04:44 +00:00
7 lines
174 B
Bash
Executable file
7 lines
174 B
Bash
Executable file
#!/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
|