Skip to content

Commit

Permalink
Updated script location
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackyliang committed Feb 22, 2020
1 parent ae3c047 commit 270234f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transmissionVPN/transmissionvpn.sh → transmissionvpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ repair)
# Define variables
VPN_ADDR=`ifconfig $VPN_INTERFACE | grep 'inet addr:' | cut -d: -f2 | awk '{print $1}'`
VPN_RESP=`curl -sS --interface $VPN_INTERFACE $IP_CHECK`
VPN_PORT=`php -n portforward.php $VPN_ADDR $PORT_FWD`
VPN_PORT=`php -n transmissionvpn_portfwd.php $VPN_ADDR $PORT_FWD`

# Redefine variables if empty (bugfix)
if [ "$VPN_ADDR" = "" ] || [ "$VPN_RESP" = "" ]; then
Expand Down
File renamed without changes.

0 comments on commit 270234f

Please sign in to comment.