Update Downloader.bash
This commit is contained in:
parent
6e0852aa3f
commit
2a331332a3
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in a new issue