mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
SEP alert as a baseband
This commit is contained in:
parent
ae3164f767
commit
cd38c5e719
|
@ -1,4 +1,4 @@
|
||||||
|
//
|
||||||
// main.cpp
|
// main.cpp
|
||||||
// futurerestore
|
// futurerestore
|
||||||
//
|
//
|
||||||
|
@ -211,7 +211,7 @@ int main(int argc, const char * argv[]) {
|
||||||
devVals.deviceBoard = (char*)client.getDeviceBoardNoCopy();
|
devVals.deviceBoard = (char*)client.getDeviceBoardNoCopy();
|
||||||
|
|
||||||
if (flags & FLAG_LATEST_SEP){
|
if (flags & FLAG_LATEST_SEP){
|
||||||
info("user specified to use latest signed sep\n");
|
info("user specified to use latest signed SEP ((WARNING, THIS CAN CAUSE A NON-WORKING RESTORE)\n");
|
||||||
client.loadLatestSep();
|
client.loadLatestSep();
|
||||||
}else if (!client.is32bit()){
|
}else if (!client.is32bit()){
|
||||||
client.loadSep(sepPath);
|
client.loadSep(sepPath);
|
||||||
|
|
Loading…
Reference in a new issue