From 15c68eaed448a09811f9fd1a63410df164709150 Mon Sep 17 00:00:00 2001 From: ewof Date: Fri, 27 Oct 2023 14:50:08 -0400 Subject: [PATCH] fix profile sed --- static/larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/larbs.sh b/static/larbs.sh index 20c7238..a4eae71 100755 --- a/static/larbs.sh +++ b/static/larbs.sh @@ -356,7 +356,7 @@ profilesini="$browserdir/profiles.ini" # Start librewolf headless so it generates a profile. Then get that profile in a variable. sudo -u "$name" librewolf --headless >/dev/null 2>&1 & sleep 1 -profile="$(sed -n "/Default=.*.default-release/ s/.*=//p" "$profilesini")" +profile="$(sed -n "/Default=.*.default-default/ s/.*=//p" "$profilesini")" pdir="$browserdir/$profile" [ -d "$pdir" ] && makeuserjs