diff options
Diffstat (limited to 'modules/voidupdates')
-rwxr-xr-x | modules/voidupdates | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/voidupdates b/modules/voidupdates index 229fd42..9411637 100755 --- a/modules/voidupdates +++ b/modules/voidupdates @@ -13,4 +13,6 @@ get_updates() echo "$PREFIX$updates" } -get_updates +if [ $(( 10#$(date '+%M') % 3 )) -eq 0 ] && [ $(( 10#$(date '+%S') )) -eq 5 ]; then + get_updates +fi |