From 76ae525c1dbaca09f084514e9b647206a42f1527 Mon Sep 17 00:00:00 2001 From: Heidenreich Date: Mon, 11 Mar 2019 10:54:54 -0400 Subject: [PATCH] updated server.conf path --- auto_install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index 1d7f147..b46bc5e 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -727,7 +727,7 @@ setCustomDomain() { if (whiptail --backtitle "Custom Search Domain" --title "Custom Search Domain" --yesno "Are these settings correct?\n Custom Search Domain: $CUSTOMDomain" ${r} ${c}); then DomainSettingsCorrect=True - $SUDO sed -i '0,/\(.*dhcp-option.*\)/s//\push "dhcp-option DOMAIN '${CUSTOMDomain}'" /' server.conf + $SUDO sed -i '0,/\(.*dhcp-option.*\)/s//\push "dhcp-option DOMAIN '${CUSTOMDomain}'" /' /etc/openvpn/server.conf else # If the settings are wrong, the loop continues