Browse Source

remove export PATH variable as it will be provided by run-parts script

HgO 1 year ago
parent
commit
a4fe4d0406
1 changed files with 0 additions and 2 deletions
  1. 0 2
      conf/openvpn_90-hotspot

+ 0 - 2
conf/openvpn_90-hotspot

@@ -1,7 +1,5 @@
 #!/bin/bash
 
-export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
-
 is_nat_set() {
   local gateway_interface=${1}
   iptables -w -nvt nat -L POSTROUTING | grep MASQUERADE | grep -q "${gateway_interface}"