We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180a9d0 commit fff1bb8Copy full SHA for fff1bb8
ra-rom-downloader/Downloader.bash
@@ -1,5 +1,5 @@
1
#!/usr/bin/with-contenv bash
2
-scriptVersion="1.1"
+scriptVersion="1.2"
3
scriptName="RA-ROM-Downloader"
4
5
#### Import Settings
@@ -57,7 +57,9 @@ DownloadRoms () {
57
for (( ; ; )); do
58
let i++
59
logfileSetup
60
- echo "Script starting..." 2>&1 | tee -a /config/$scriptName.log
+ echo "############# $scriptName ###############" 2>&1 | tee -a /config/$scriptName.log
61
+ echo "Version: $scriptVersion" 2>&1 | tee -a /config/$scriptName.log
62
+ echo "Starting..." 2>&1 | tee -a /config/$scriptName.log
63
DownloadRomCountSummary
64
DownloadRoms
65
0 commit comments