Update install.sh

Force chromium to restart to see cookie changes
This commit is contained in:
David A. Carley
2021-12-08 10:26:30 -08:00
committed by GitHub
parent 1a2613677d
commit eced4c7d6f

View File

@@ -157,6 +157,7 @@ fi
# Delete some cookies that were left behind in older images # Delete some cookies that were left behind in older images
chmod +x ./scripts/delete-cookies.py chmod +x ./scripts/delete-cookies.py
./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 # Get rid of some old files that were left behind in older images
rm -rf /home/pi/hostinfo.txt rm -rf /home/pi/hostinfo.txt