Update Downloader.bash
This commit is contained in:
parent
180a9d0a20
commit
fff1bb86db
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
scriptVersion="1.1"
|
scriptVersion="1.2"
|
||||||
scriptName="RA-ROM-Downloader"
|
scriptName="RA-ROM-Downloader"
|
||||||
|
|
||||||
#### Import Settings
|
#### Import Settings
|
||||||
|
@ -57,7 +57,9 @@ DownloadRoms () {
|
||||||
for (( ; ; )); do
|
for (( ; ; )); do
|
||||||
let i++
|
let i++
|
||||||
logfileSetup
|
logfileSetup
|
||||||
echo "Script starting..." 2>&1 | tee -a /config/$scriptName.log
|
echo "############# $scriptName ###############" 2>&1 | tee -a /config/$scriptName.log
|
||||||
|
echo "Version: $scriptVersion" 2>&1 | tee -a /config/$scriptName.log
|
||||||
|
echo "Starting..." 2>&1 | tee -a /config/$scriptName.log
|
||||||
DownloadRomCountSummary
|
DownloadRomCountSummary
|
||||||
DownloadRoms
|
DownloadRoms
|
||||||
DownloadRomCountSummary
|
DownloadRomCountSummary
|
||||||
|
|
Loading…
Reference in a new issue