Update Downloader.bash

This commit is contained in:
RandomNinjaAtk 2023-08-18 12:17:00 +00:00 committed by GitHub
parent 180a9d0a20
commit fff1bb86db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion="1.1"
scriptVersion="1.2"
scriptName="RA-ROM-Downloader"
#### Import Settings
@ -57,7 +57,9 @@ DownloadRoms () {
for (( ; ; )); do
let i++
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
DownloadRoms
DownloadRomCountSummary