mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2025-12-06 18:33:20 +00:00
username and password error fixed.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user