Skip to content

Commit

Permalink
Merge pull request #30 from beclab/fix/rootpath
Browse files Browse the repository at this point in the history
fix: change root path to olares
  • Loading branch information
eball authored Nov 8, 2024
2 parents 0d08fe6 + d85512a commit ac1d3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/middleware/operator/backup/tools.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package backup

func (w *Watcher) getMiddlewareBackupPath(_ string) (string, error) {
backupPath := "/terminus/rootfs/"
backupPath := "/olares/rootfs/"
backupPath += middleware_backup_path

return backupPath, nil
Expand Down

0 comments on commit ac1d3ac

Please sign in to comment.