diff --git a/usr/share/byobu/tests/byobu-time-notifications b/usr/share/byobu/tests/byobu-time-notifications index 38bdd1ca..f708be84 100755 --- a/usr/share/byobu/tests/byobu-time-notifications +++ b/usr/share/byobu/tests/byobu-time-notifications @@ -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