We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e23d24 commit c0c7829Copy full SHA for c0c7829
src/main/app-resources/ini.sh
@@ -31,7 +31,7 @@ ucf="`ciop-getparam User_config_file`"
31
if [[ $ucf != "no" ]]; then
32
curl $ucf -o $variablesfile
33
else
34
- curl $defaultVariablesFile -o $variablesfile
+ cp $defaultVariablesFile $variablesfile
35
fi
36
37
# read some variables from variables.txt
0 commit comments