6 lines
No EOL
139 B
Bash
Executable file
6 lines
No EOL
139 B
Bash
Executable file
#!/bin/sh
|
|
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
|
|
sh /etc/tincstart.sh
|
|
sleep 30
|
|
sh /etc/tincstart.sh
|
|
} |