diff options
Diffstat (limited to 'abs/core-testing/LinHES-system/smolt.cron')
-rw-r--r-- | abs/core-testing/LinHES-system/smolt.cron | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/core-testing/LinHES-system/smolt.cron b/abs/core-testing/LinHES-system/smolt.cron deleted file mode 100644 index f418df1..0000000 --- a/abs/core-testing/LinHES-system/smolt.cron +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -. /etc/profile -if [ -f /home/mythtv/.mythtv/MythSmolt/hw-uuid ] -then - cd /usr/share/mythtv/mythsmolt/scripts - touch /var/log/smolt.update - chown mythtv /var/log/smolt.update - random=$((RANDOM%2000)) - sleep $random - su mythtv -c "./sendProfile.py -a" > /var/log/smolt.update -fi |