Comment out broken per profile install argument

This commit is contained in:
BeatLink 2019-07-04 01:43:06 -05:00
parent 5739e64b0f
commit a726cdad7e

View file

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