mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23: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
|
continue
|
||||||
;;
|
;;
|
||||||
esac
|
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 "
|
echo -n "$i $freq "
|
||||||
time loop $i
|
time loop $i
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue