From eced4c7d6f2fdbd53540d5182ebafae101a325db Mon Sep 17 00:00:00 2001 From: "David A. Carley" Date: Wed, 8 Dec 2021 10:26:30 -0800 Subject: [PATCH] Update install.sh Force chromium to restart to see cookie changes --- scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install.sh b/scripts/install.sh index 2b4739c..d0f6a71 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -157,6 +157,7 @@ fi # Delete some cookies that were left behind in older images chmod +x ./scripts/delete-cookies.py ./scripts/delete-cookies.py +pkill -HUP chromium # Force Chromium to restart, to see the cookie changes # Get rid of some old files that were left behind in older images rm -rf /home/pi/hostinfo.txt