Skip to content

Commit

Permalink
Update command.go
Browse files Browse the repository at this point in the history
Fix errors with extra reboot
  • Loading branch information
GenkaOk authored Jan 11, 2024
1 parent 3f99431 commit e5416fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,9 @@ func LoadConfig(c *Config) (err error) {
return fmt.Errorf("failed to EnableTriggers: %v", err)
}

if err := restartDock(); err != nil {
return fmt.Errorf("failed to restart dock: %w", err)
}
// if err := restartDock(); err != nil {
// return fmt.Errorf("failed to restart dock: %w", err)
// }

if err := lpad.FixOther(); err != nil {
return fmt.Errorf("failed to fix Other folder: %w", err)
Expand Down

0 comments on commit e5416fe

Please sign in to comment.