Removing references to tun/tap device name, read from provided parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user