Skip to content

Commit fff1bb8

Browse files
Update Downloader.bash
1 parent 180a9d0 commit fff1bb8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ra-rom-downloader/Downloader.bash

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/with-contenv bash
2-
scriptVersion="1.1"
2+
scriptVersion="1.2"
33
scriptName="RA-ROM-Downloader"
44

55
#### Import Settings
@@ -57,7 +57,9 @@ DownloadRoms () {
5757
for (( ; ; )); do
5858
let i++
5959
logfileSetup
60-
echo "Script starting..." 2>&1 | tee -a /config/$scriptName.log
60+
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
6163
DownloadRomCountSummary
6264
DownloadRoms
6365
DownloadRomCountSummary

0 commit comments

Comments
 (0)