mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
username and password error fixed.
This commit is contained in:
parent
c7703946b9
commit
d8488636ed
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user