diff --git a/stage3/02-kiosk/files/.browser.sh b/stage3/02-kiosk/files/.browser.sh index 186720b..bce2d29 100644 --- a/stage3/02-kiosk/files/.browser.sh +++ b/stage3/02-kiosk/files/.browser.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# Deletes cookies +rm ~/.surf/cookies.txt + # Grabs the port (and IP) out of the nginx config LISTEN=$(awk '/listen/{gsub(";",""); print $2}' /etc/nginx/listen.conf)