fix addConf call

This commit is contained in:
2019-04-10 08:40:54 +02:00
parent 4516bbb363
commit a124608e36

View File

@@ -19,7 +19,7 @@ step_1() {
saveReturn $?
endReturn
addConfig "$sourceEntry" "$sourceList"
addConf "$sourceEntry" "$sourceList"
}
step_2_info() { echo "Install/Upate $toolName"; }