Update Downloader.bash

This commit is contained in:
RandomNinjaAtk 2023-08-18 11:45:21 +00:00 committed by GitHub
parent 6e0852aa3f
commit 2a331332a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
scriptVersion="1.0" scriptVersion="1.0"
scriptName="RA-ROM-Downloader" scriptName="RA-ROM-Downloader"
downloadPath="$romPath/RA_collection"
#### Import Settings #### Import Settings
source /config/extended.conf source /config/extended.conf
downloadPath="$romPath/RA_collection"
#### Funcitons #### Funcitons
logfileSetup () { logfileSetup () {