mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
recovery-drive not logicalname
This commit is contained in:
committed by
Aiden McClelland
parent
f1e4cad3bd
commit
c199a6525f
@@ -60,7 +60,7 @@ export class StateService {
|
||||
const ret = await this.apiService.setupEmbassy({
|
||||
'embassy-logicalname': this.storageDrive.logicalname,
|
||||
'embassy-password': this.embassyPassword,
|
||||
'recovery-logicalname': this.recoveryDrive?.logicalname,
|
||||
'recovery-drive': this.recoveryDrive,
|
||||
'recovery-password': this.recoveryPassword,
|
||||
})
|
||||
return { torAddress: ret }
|
||||
|
||||
Reference in New Issue
Block a user