diff options
author | horchi <vdr@jwendel.de> | 2018-02-08 20:04:20 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-02-08 20:04:20 +0100 |
commit | c676f22efe2d89752f21ae135447c238239bb794 (patch) | |
tree | 9a1a6a7aee0a192b726a20911a7fa2c205f32d28 /scripts | |
parent | 67c936be3377781ccf12868e6d9ca3b7859ee2a0 (diff) | |
download | vdr-epg-daemon-c676f22efe2d89752f21ae135447c238239bb794.tar.gz vdr-epg-daemon-c676f22efe2d89752f21ae135447c238239bb794.tar.bz2 |
2018-02-08: version 1.1.127 (horchi)\n - change: store timer type to support 'switch' timer\n\n1.1.127
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/epgd-dropall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/epgd-dropall b/scripts/epgd-dropall index 2c93522..f8a2d00 100755 --- a/scripts/epgd-dropall +++ b/scripts/epgd-dropall @@ -30,7 +30,7 @@ if [ "${c}" = "y" ]; then mysql -u epg2vdr -Depg2vdr -e 'drop table if exists analyse;' mysql -u epg2vdr -Depg2vdr -e 'drop table if exists snapshot;' - echo "Now you have two choices for timers and timersdone:" + echo "Now you have two choices for timers and timersdone (only the pending ones):" echo " 1. Automatic (without dropping the timers table):" echo " All created timers will be marked for delete action to force VDRs to remove them" echo " 2. Drop table timers - you have to cleanup the timers.conf of your VDRs by hand" |