mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-26 07:57:05 +00:00
3 lines
75 B
Bash
3 lines
75 B
Bash
|
#!/bin/sh
|
||
|
cd /opt/dyndns && ./dyndns.sh >> /var/log/dyndns.log 2>/dev/null
|