From 23da7d263cec55b7e0ccf0bb5716d8436a38c6a7 Mon Sep 17 00:00:00 2001 From: Aymeric Bernard <aymeric.bernard@student.ecp.fr> Date: Tue, 27 Mar 2018 10:48:27 +0200 Subject: [PATCH] Using incognito mode for the browser --- front/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/start.sh b/front/start.sh index 36f7f45..8a81bea 100755 --- a/front/start.sh +++ b/front/start.sh @@ -1,7 +1,7 @@ #!/bin/bash if chromium-browser --version 2>/dev/null; then - chromium-browser --kiosk --disable-gpu http://localhost:1234 + chromium-browser --kiosk --incognito --disable-gpu http://localhost:1234 else echo "chromium-browser is not installed on this system." exit 1 -- GitLab