Update define.sh
This commit is contained in:
parent
f1ff8cd343
commit
0fee7a3cab
1 changed files with 8 additions and 4 deletions
|
|
@ -687,10 +687,6 @@ migrateFiles() {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
skipVersion() {
|
|
||||||
return 1
|
|
||||||
}
|
|
||||||
|
|
||||||
detectLegacy() {
|
detectLegacy() {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
@ -699,4 +695,12 @@ prepareLegacy() {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
skipVersion() {
|
||||||
|
return 1
|
||||||
|
}
|
||||||
|
|
||||||
|
setMachine() {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue