mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Installer - prevDir path
This commit is contained in:
parent
932612a4da
commit
12bddb707d
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ CHROMEINFOFILE="LEPTON"
|
||||||
write_lepton_info() {
|
write_lepton_info() {
|
||||||
# Init info
|
# Init info
|
||||||
local output=""
|
local output=""
|
||||||
local prevDir="$firefoxProfileDirPaths[0]"
|
local prevDir="${firefoxProfileDirPaths[0]}"
|
||||||
local latestPath="${firefoxProfilePaths[${#firefoxProfilePaths[@]} - 1]}"
|
local latestPath="${firefoxProfilePaths[${#firefoxProfilePaths[@]} - 1]}"
|
||||||
for profilePath in "${firefoxProfilePaths[@]}"; do
|
for profilePath in "${firefoxProfilePaths[@]}"; do
|
||||||
local LEPTONINFOPATH="${profilePath}/chrome/${CHROMEINFOFILE}"
|
local LEPTONINFOPATH="${profilePath}/chrome/${CHROMEINFOFILE}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue