diff options
Diffstat (limited to 'static/thesiah.sh')
| -rwxr-xr-x | static/thesiah.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh index 3a40f5b..ba04fd6 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -317,8 +317,8 @@ installffaddons() { id="${id##*\"}" mv "$file" "$sipdir/extensions/$id.xpi" done - chown -R "$name:$name" "$sipdir/extensions" } +chown -R "$name:$name" "$sipdir/extensions" librewolfsetup() { whiptail --infobox "Setting browser privacy settings and add-ons..." 7 60 @@ -328,9 +328,9 @@ librewolfsetup() { sudo -u "$name" librewolf --headless >/dev/null 2>&1 & sleep 1 - profile="$(sed -n "/Default=.*.default-default/ s/.*=//p" "$profilesini")" + profile="$(sed -n "/Default=.*.default-(default|release)/ s/.*=//p" "$profilesini")" pdir="$browserdir/$profile" - siprofile="si.default-default" + siprofile="si.default" sipdir="$browserdir/$siprofile" if [ -d "$pdir" ]; then |
