From f2dac175742011733732600e6a6f0f601b96c487 Mon Sep 17 00:00:00 2001 From: Wesley Neuhaus Date: Tue, 17 Sep 2024 12:03:20 -0400 Subject: [PATCH] Change firefox to firefox-esr --- crontab_file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab_file.txt b/crontab_file.txt index 9710a3d..0c8d53e 100644 --- a/crontab_file.txt +++ b/crontab_file.txt @@ -22,4 +22,4 @@ # # m h dom mon dow command @reboot $HOME/update.sh >> $HOME/logfile.log -@reboot sleep 10 && DISPLAY=:0 firefox --kiosk http://localhost:5000/display +@reboot sleep 10 && DISPLAY=:0 firefox-esr --kiosk http://localhost:5000/display