From 898d0c1d5c75ad1df5eea2213b54b0a4fd9a5323 Mon Sep 17 00:00:00 2001 From: mollusk Date: Thu, 8 Oct 2020 03:44:51 -0700 Subject: [PATCH] billpay.sh: direct to internet login page --- billpay.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/billpay.sh b/billpay.sh index 5bd0e5f..c87565e 100755 --- a/billpay.sh +++ b/billpay.sh @@ -14,7 +14,7 @@ main_menu(){ 2) xdg-open "https://uesaz.com" ;; - 3) xdg-open "https://sparklight.com" + 3) xdg-open "https://customer.sparklight.com/securelogin/login.aspx" ;; 4) xdg-open "https://xpressbillpay.com/" @@ -39,7 +39,7 @@ case "${1}" in -g) xdg-open "https://uesaz.com" ;; - -i) xdg-open "https://sparklight.com" + -i) xdg-open "https://customer.sparklight.com/securelogin/login.aspx" ;; -w) xdg-open "https://xpressbillpay.com/"