Skip to content

Commit

Permalink
Mute <service> not installed when restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
mischabraam committed Feb 16, 2024
1 parent 798ca38 commit 6cf2403
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions cli/ValetPlus/Rabbitmq.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public function stop(): void
public function restart(): void
{
if (!$this->installed() || !$this->isEnabled()) {
info("Rabbitmq not installed or not enabled");

return;
}

Expand Down
2 changes: 0 additions & 2 deletions cli/ValetPlus/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public function stop(): void
public function restart(): void
{
if (!$this->installed() || !$this->isEnabled()) {
info("Redis not installed or not enabled");

return;
}

Expand Down
2 changes: 0 additions & 2 deletions cli/ValetPlus/Varnish.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public function stop(): void
public function restart(): void
{
if (!$this->installed() || !$this->isEnabled()) {
info("Varnish not installed or not enabled");

return;
}

Expand Down

0 comments on commit 6cf2403

Please sign in to comment.