Fix remaster browser profile path

This commit is contained in:
Alexandre
2026-07-17 09:11:01 +02:00
parent 766abd5ec3
commit 9232156924

View File

@@ -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"