Comment out broken per profile install argument
This commit is contained in:
parent
5739e64b0f
commit
a726cdad7e
1 changed files with 4 additions and 3 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# PROFILE SPECIFIC SETTINGS WILL NOT WORK, DO NOT UNCOMMENT
|
||||||
# Adds option to install settings if argument is passed
|
# Adds option to install settings if argument is passed
|
||||||
if [ "$1" = "--install-settings" ]; then
|
# if [ "$1" = "--install-settings" ]; then
|
||||||
./install_settings;
|
# ./install_settings;
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# Sets env variables to disable dedicated profiles (which breaks in some cases)
|
# Sets env variables to disable dedicated profiles (which breaks in some cases)
|
||||||
export MOZ_LEGACY_PROFILES=1;
|
export MOZ_LEGACY_PROFILES=1;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue