We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccef06a commit 9e23d24Copy full SHA for 9e23d24
src/main/app-resources/ini.sh
@@ -18,6 +18,7 @@ anaconda=/opt/anaconda/bin/
18
export executablefile=/data/main.sh
19
export usgsfile=/data/usgs.txt
20
export variablesfile=/data/variables.txt
21
+export defaultVariablesFile=/application/variables.txt
22
export proxyfile=/data/proxy.txt
23
export Landsat_download=$Landsat_download
24
export PATH=$anaconda:$Bin:$Lib:$Extlib:$Landsat_download:$Starspan:$Landsat_LDOPE:$PATH
@@ -29,6 +30,8 @@ export GDAL_DATA=/application/gdal
29
30
ucf="`ciop-getparam User_config_file`"
31
if [[ $ucf != "no" ]]; then
32
curl $ucf -o $variablesfile
33
+else
34
+ curl $defaultVariablesFile -o $variablesfile
35
fi
36
37
# read some variables from variables.txt
0 commit comments