summaryrefslogtreecommitdiff
path: root/static/thesiah.sh
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-24 15:05:37 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-24 15:05:37 +0900
commit2e78aeac389674a512831aab291bb1d5abcc2b40 (patch)
tree5b0f91a253a813a7b42e4ef4c5a32d4d424b5753 /static/thesiah.sh
parentbd2119ee21e4894e03b9661ce2ddf27b8b5a0123 (diff)
modified thesiah.sh, modified thesiah.sh
Diffstat (limited to 'static/thesiah.sh')
-rwxr-xr-xstatic/thesiah.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index ba04fd6..0e6a3e1 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -328,7 +328,7 @@ librewolfsetup() {
sudo -u "$name" librewolf --headless >/dev/null 2>&1 &
sleep 1
- profile="$(sed -n "/Default=.*.default-(default|release)/ s/.*=//p" "$profilesini")"
+ profile="$(sed -En '/Default=.*\.default-(default|release)/s/.*=//p' "$profilesini")"
pdir="$browserdir/$profile"
siprofile="si.default"
sipdir="$browserdir/$siprofile"