Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
- Updated the user from "svc-transmission" to "sc-transmission".
- Updated the group from "root" to "transmission".
- Fixed VPN retry and interval to match readme docs.
  • Loading branch information
mrjackyliang committed Oct 31, 2019
1 parent 45e4a7f commit 2f15a6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions transmissionVPN/transmissionvpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ VPN_UINAME=YourVPN
# VPN Optionals
VPN_TYPE=ppp
VPN_INTERFACE=ppp0
VPN_RETRY=5
VPN_INTERVAL=10
VPN_RETRY=10
VPN_INTERVAL=30

# VPN Features
PORT_FWD=
IP_CHECK=http://ipinfo.io/ip

# App Settings
TRANS_USER=transmission
TRANS_GROUP=users
TRANS_USER=sc-transmission
TRANS_GROUP=transmission
TRANS_VAR=/volume1/@appstore/transmission/var

# Script Starts
Expand Down

0 comments on commit 2f15a6b

Please sign in to comment.