mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Install - String condition
This commit is contained in:
parent
d16ae96c61
commit
8f1de4cff1
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ check_custom_files() {
|
|||
copy_custom_files() {
|
||||
if [ "${customFileExist}" == "true" ]; then
|
||||
# If Release or Network mode, Local is passed (Already copied)
|
||||
if [ "${leptonInstallType}" -ne "Local" ]; then
|
||||
if [ "${leptonInstallType}" != "Local" ]; then
|
||||
for profilePath in "${firefoxProfilePaths[@]}"; do
|
||||
for customFile in "${customFiles[@]}"; do
|
||||
if [ "${customFiles}" == "user-overrides.js" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue