We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244ca89 commit f128b42Copy full SHA for f128b42
live/root/root/.local/bin/gnome-kiosk-script
@@ -8,7 +8,7 @@ TOKEN=$(cat $TOKEN_FILE)
8
PREFS=$HOME/.mozilla/firefox/profile/user.js
9
10
sed -e "s/__HOMEPAGE__/http:\/\/localhost\/login?token=$TOKEN/" $PREFS.template > $PREFS
11
-firefox --profile $HOME/.mozilla/firefox/profile
+firefox --kiosk --profile $HOME/.mozilla/firefox/profile
12
# Here, we would like to see
13
#
14
# firefox --kiosk --profile $HOME/.mozilla/firefox/profile
0 commit comments