From 923215692452544b31c28ec8035e99d975356db1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 17 Jul 2026 09:11:01 +0200 Subject: [PATCH] Fix remaster browser profile path --- free_games_claimer/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh index 72a5cf13f6..507426abd7 100755 --- a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh +++ b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh @@ -45,7 +45,7 @@ export VNC_PORT="5900" # replacement uses Chromium profiles and must start with a separate directory. if [ "${BROWSER_DIR:-}" = "/data/data/browser" ]; then bashio::log.warning "Remapping legacy Firefox BROWSER_DIR to the remaster Chromium profile directory" - export BROWSER_DIR="/fgc/data/browser" + export BROWSER_DIR="data/browser" fi if [ "${SCREENSHOTS_DIR:-}" = "/data/data/screenshots" ]; then export SCREENSHOTS_DIR="/fgc/data/screenshots"