If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
ive just edited the script for E2 and doing some testing right now, its all good , id just like to keep the echos onscreen
example of what would you like ????
the eschos are still present, now when the tar file is unzipped/untarred - instead of getting the list of all files, nothing is displayed, as stdout is sent to NULL device.
jfish
i'm having a slight issue with the checkhost function, all ive done is replaced your url with my url but i dont think its checking properly, the script will carry on even if my hosting is down
jfish
i'm having a slight issue with the checkhost function, all ive done is replaced your url with my url but i dont think its checking properly, the script will carry on even if my hosting is down
take this line out
rm /tmp/check.txt
then check the file /tmp/check.txt and see what is written to this file
the next update will detect which DM version you are running (Enigma 1 or Enigma 2) and then download the correct files. Therefore a single script for any of the dreambox's
also noticed some files are left on the box once the script finishes, and these will be removed
may also include the picons update as part of the script.
Still looking for feedback from people who have used the script.
- checks type of dreambox and downloads the correct file (enigma1 or enigma2)
- log written to text file now /var/etc/refresh.txt
- additional check done on host to confirm if online
- variable used to make it easier to modify parameters
ensure you have the 2 bouquet files on your host website
e1.bq.tar.gz for Enigma 1 images
e2.bq.tar.gz for Enigma 2 images
change the line url="kryten.dyndns.info" to reflect your own host to download the file from
Comment