Browse Source

don't guess ipv6 prefix from vpnclient app

HgO 1 year ago
parent
commit
2f0dfecca5
1 changed files with 0 additions and 12 deletions
  1. 0 12
      scripts/install

+ 0 - 12
scripts/install

@@ -117,18 +117,6 @@ ynh_system_user_create --username=$app
 #=================================================
 ynh_script_progression --message="Configuring hotspot..."
 
-if [[ ! -v ip6_net ]]; then # if ip6_net not set
-	ip6_net=""
-
-	if [[ -e /tmp/.ynh-vpnclient-started ]]; then
-		vpnclient_ip6_net=$(ynh_app_setting_get vpnclient ip6_net 2>&1)
-
-		if [[ $vpnclient_ip6_net =~ :: ]]; then
-			ip6_net=${vpnclient_ip6_net}
-		fi
-	fi
-fi
-
 hot_reload_usb_wifi_cards
 wifi_device=$(iw_devices | awk -F\| '{ print $1 }')