summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/thesiah.sh2
-rwxr-xr-xstatic/thesiah.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh
index 5e0388f..08b8e35 100755
--- a/public/thesiah.sh
+++ b/public/thesiah.sh
@@ -318,8 +318,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
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 5e0388f..08b8e35 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -318,8 +318,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