3 lines
75 B
Bash
3 lines
75 B
Bash
|
#!/bin/sh
|
||
|
cd /opt/dyndns && ./dyndns.sh >> /var/log/dyndns.log 2>/dev/null
|