mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
fix grep error in test script
This commit is contained in:
parent
d3c42d70fe
commit
4b817fe426
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ for i in $list; do
|
|||
continue
|
||||
;;
|
||||
esac
|
||||
freq=`grep "byobu-status $i" /usr/share/$PKG/profiles/common | awk '{print $3}'`
|
||||
freq=`grep "byobu-status $i$" /usr/share/$PKG/profiles/common | awk '{print $3}'`
|
||||
echo -n "$i $freq "
|
||||
time loop $i
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue