From 546ac9c306e9d703b1e540702921526ad42ed59f Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 28 Nov 2025 18:11:34 -0800 Subject: [PATCH] Fix login-to-wifi.sh --- system-menu/login-to-wifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-menu/login-to-wifi.sh b/system-menu/login-to-wifi.sh index d3ef34f..d7903fa 100755 --- a/system-menu/login-to-wifi.sh +++ b/system-menu/login-to-wifi.sh @@ -16,4 +16,4 @@ if [[ "${login_addr}" = 'found:' ]]; then fi exec mullvad-exclude firejail --dns="${default_route}" \ - firefox --new-instance --no-remote "${login_addr}" + /usr/bin/firefox --new-instance --no-remote "${login_addr}"