From 12bddb707d21dcba9b7fe0d92b9dba3ef2316bea Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 2 Aug 2021 15:58:14 +0900 Subject: [PATCH] Fix: Installer - prevDir path --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f0d365e..56d700a 100755 --- a/install.sh +++ b/install.sh @@ -489,7 +489,7 @@ CHROMEINFOFILE="LEPTON" write_lepton_info() { # Init info local output="" - local prevDir="$firefoxProfileDirPaths[0]" + local prevDir="${firefoxProfileDirPaths[0]}" local latestPath="${firefoxProfilePaths[${#firefoxProfilePaths[@]} - 1]}" for profilePath in "${firefoxProfilePaths[@]}"; do local LEPTONINFOPATH="${profilePath}/chrome/${CHROMEINFOFILE}"