Fix: Install - String condition

This commit is contained in:
alstjr7375 2022-04-17 02:43:36 +09:00
parent d16ae96c61
commit 8f1de4cff1

View file

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