Skip to content

Commit

Permalink
Merge pull request #86 from CodePhase/scrub_logs_improvements
Browse files Browse the repository at this point in the history
Using the symlink for bash since other distros might be different
  • Loading branch information
Biktorgj authored Apr 16, 2022
2 parents 9c1646f + bad0669 commit 86c30cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/helpers/scrub_logs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash

declare -a scrubFiles=( "dmesg-pinephone.txt" "modemmanager.log" "networkmanager.log" "openqti.log" )
subText="<redacted>"
Expand Down

0 comments on commit 86c30cc

Please sign in to comment.