2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00

FHEM/lib/zwave_pepperlinks.csv.gz: update (Forum #46402)

git-svn-id: https://svn.fhem.de/fhem/trunk@10643 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-01-27 09:21:26 +00:00
parent 3aeab87de2
commit d5ed051fea
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ if(@ARGV == 0) {
" perl <fhem>/contrib/zwave_pepperconvert.pl *.xml\n". " perl <fhem>/contrib/zwave_pepperconvert.pl *.xml\n".
" sh getpics.sh\n". " sh getpics.sh\n".
" rm *.xml *.txt *.sh *.zip\n". " rm *.xml *.txt *.sh *.zip\n".
" mv zwave_pepperlinks.csv <fhem>/FHEM/lib\n"; " gzip zwave_pepperlinks.csv\n";
" mv zwave_pepperlinks.csv.gz <fhem>/FHEM/lib\n";
exit 1; exit 1;
} }