From 2e78aeac389674a512831aab291bb1d5abcc2b40 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:05:37 +0900 Subject: modified thesiah.sh, modified thesiah.sh --- static/thesiah.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') 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" -- cgit v1.2.3