Bump to revision 3
addConf with mandatory paramter; suppots appending
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user