Bump to revision 3

addConf with mandatory paramter; suppots appending
This commit is contained in:
2019-05-17 11:59:51 +01:00
parent 34966ddf79
commit ab10ef6504
11 changed files with 103 additions and 53 deletions

View File

@@ -19,7 +19,7 @@ step_1() {
saveReturn $?
endReturn
addConf "$sourceEntry" "$sourceList"
addConf -c "$sourceEntry" "$sourceList"
}
step_2_info() { echo "Install/Upate $toolName"; }
@@ -51,5 +51,6 @@ step_99() {
endReturn
}
VERSION_SEQREV=2
VERSION_SEQREV=3
. sequencer.sh