Skip to content

Commit c0c7829

Browse files
committed
issue #96
1 parent 9e23d24 commit c0c7829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/app-resources/ini.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ucf="`ciop-getparam User_config_file`"
3131
if [[ $ucf != "no" ]]; then
3232
curl $ucf -o $variablesfile
3333
else
34-
curl $defaultVariablesFile -o $variablesfile
34+
cp $defaultVariablesFile $variablesfile
3535
fi
3636

3737
# read some variables from variables.txt

0 commit comments

Comments
 (0)