Removing references to tun/tap device name, read from provided parameters

This commit is contained in:
Kristian Haugene
2016-04-03 00:30:17 +02:00
parent cdad6c9131
commit f1547dfcbe
3 changed files with 9 additions and 6 deletions

View File

@@ -1,8 +1,10 @@
#!/bin/sh
LOCAL_VPN_IP=$1
while [ 1 ]
do
sleep 1m
/etc/transmission/updatePort.sh
/etc/transmission/updatePort.sh $LOCAL_VPN_IP
sleep 1h
done