mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-23 13:23:32 +02:00
Fix remaster browser profile path
This commit is contained in:
@@ -45,7 +45,7 @@ export VNC_PORT="5900"
|
|||||||
# replacement uses Chromium profiles and must start with a separate directory.
|
# replacement uses Chromium profiles and must start with a separate directory.
|
||||||
if [ "${BROWSER_DIR:-}" = "/data/data/browser" ]; then
|
if [ "${BROWSER_DIR:-}" = "/data/data/browser" ]; then
|
||||||
bashio::log.warning "Remapping legacy Firefox BROWSER_DIR to the remaster Chromium profile directory"
|
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
|
fi
|
||||||
if [ "${SCREENSHOTS_DIR:-}" = "/data/data/screenshots" ]; then
|
if [ "${SCREENSHOTS_DIR:-}" = "/data/data/screenshots" ]; then
|
||||||
export SCREENSHOTS_DIR="/fgc/data/screenshots"
|
export SCREENSHOTS_DIR="/fgc/data/screenshots"
|
||||||
|
|||||||
Reference in New Issue
Block a user