aboutsummaryrefslogtreecommitdiff
path: root/firefox-remoteconfigure.sh
blob: 82fd13146572eb26d4a56e721d23efc642fc8739 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

REMOTECONFIGURE_URL=https://services.arctica-project.org/remoteconfigure

if [ -f "/etc/default/lightdm-remote-session-remoteconfigure" ]; then
	. /etc/default/lightdm-remote-session-remoteconfigure
fi

firefox -no-remote "${REMOTECONFIGURE_URL}"