Skip to content

Commit

Permalink
Merge pull request #126 from sonroyaalmerol/fix-mount-token
Browse files Browse the repository at this point in the history
fix mount token
  • Loading branch information
sonroyaalmerol authored Feb 6, 2025
2 parents da54d2e + 4497003 commit 432753e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/backend/mount/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ func Mount(storeInstance *store.Store, target *types.Target) (*AgentMount, error

// Request mount from agent
backupSession := &proxmox.ProxmoxSession{
LastToken: proxmox.Session.LastToken,
APIToken: proxmox.Session.APIToken,
HTTPClient: &http.Client{
Timeout: time.Minute * 5,
Transport: utils.MountTransport,
Expand Down

0 comments on commit 432753e

Please sign in to comment.