From d8488636ed7f62253375f0da02e7ecdbae9f8bef Mon Sep 17 00:00:00 2001 From: saeedjohar Date: Thu, 2 May 2019 16:52:46 +0300 Subject: [PATCH] username and password error fixed. --- ppp_installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppp_installer/install.sh b/ppp_installer/install.sh index e05aab3..33304e8 100755 --- a/ppp_installer/install.sh +++ b/ppp_installer/install.sh @@ -95,7 +95,7 @@ do echo "${YELLOW}Enter password${SET}" read password - sed -i "s/noauth/#noauth\n$username\n$password/" provider + sed -i "s/noauth/#noauth\nuser \"$username\"\npassword \"$password\"/" provider break done