Don't create default-esr
profile and data directory
Set MOZ_LEGACY_PROFILES environment variable to disable dedicated-profile support, which creates dedicated profiles for different channels (e.g., `esr`).
This commit is contained in:
parent
508cd0a64c
commit
b568585f44
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ ulimit -n 4096
|
|||
|
||||
# Allow profile downgrade for Zotero
|
||||
export MOZ_ALLOW_DOWNGRADE=1
|
||||
# Don't create dedicated profile (default-esr)
|
||||
export MOZ_LEGACY_PROFILES=1
|
||||
|
||||
CALLDIR="$(dirname "$(readlink -f "$0")")"
|
||||
"$CALLDIR/zotero-bin" -app "$CALLDIR/app/application.ini" "$@"
|
||||
|
|
Loading…
Reference in a new issue