fix wget txt file path
This commit is contained in:
parent
cc8122b00e
commit
a131c48fd7
1 changed files with 1 additions and 1 deletions
2
wget.sh
2
wget.sh
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
domain='http://download.geonames.org'
|
domain='http://download.geonames.org'
|
||||||
path='/export/dump/'
|
path='/export/dump/'
|
||||||
relevantfiles='wget_files.txt'
|
relevantfiles="$(dirname $0)/wget_files.txt"
|
||||||
target='/var/www/virtsrv/mirror.lugh.ch/geonames.org/'
|
target='/var/www/virtsrv/mirror.lugh.ch/geonames.org/'
|
||||||
|
|
||||||
wget -q -N -i $relevantfiles -P $target
|
wget -q -N -i $relevantfiles -P $target
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue