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