bug fixing and deploy and build diagnostics
This commit is contained in:
@@ -117,7 +117,7 @@ pub async fn restore_encrypted_backup(
|
||||
{
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
let perms = std::fs::Permissions::from_mode(0o600);
|
||||
std::fs::set_permissions(&key_path, perms)?;
|
||||
tokio::fs::set_permissions(&key_path, perms).await?;
|
||||
}
|
||||
|
||||
// Derive DID and pubkey from the restored key
|
||||
|
||||
Reference in New Issue
Block a user