Skip to content

Commit

Permalink
Fix loop to count pots correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
elisehaldane committed Jul 30, 2024
1 parent 862d66f commit d0e3eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/extra-files/etc/rc.d/dsbd_lab
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ wipe_pots() {
}

start_pots() {
count=$(pot ls -p -q | wc -l)
count=$(pot ls -p -q | grep -ci 'cheribsd')
max_runners=3

. $HOME/.profile
Expand Down

0 comments on commit d0e3eaa

Please sign in to comment.