Skip to content

Commit

Permalink
Order script startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurvan Rivoal committed Jan 3, 2025
1 parent 018812d commit d4fa806
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions custom_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@ else
fi

folder="$HOME/.config/BraveSoftware/Brave-Browser"

# Fix lock profile Brave
rm -f $folder/SingletonLock
brave-browser

# tail chrome debug : Brave logging
file="$folder/chrome_debug.log"
mkdir -p $folder
touch $file
brave-browser
tail -F $file

0 comments on commit d4fa806

Please sign in to comment.