Skip to content

Commit

Permalink
Change tail args
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurvan Rivoal committed Jan 2, 2025
1 parent 29c7111 commit 29be129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ fi

torbrowser-launcher

touch $MOZ_LOG_FILE
tail -f ${MOZ_LOG_FILE}.moz_log.0 | grep "nsHttp uri="
touch $MOZ_LOG_FILE.moz_log.x
tail -F ${MOZ_LOG_FILE}.moz_log.* | grep "nsHttp uri="

0 comments on commit 29be129

Please sign in to comment.