1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 04:20:07 +02:00

👌 Verify switch succeeded (#111)

- Verify switch was successful
- Suggest "Fix My Valet"
- Restart nginx when switching PHP versions
This commit is contained in:
2022-01-31 17:56:20 +01:00
parent 4cffe5a662
commit 6081ef6b02
5 changed files with 44 additions and 10 deletions

View File

@ -115,7 +115,7 @@ class Actions {
brew("services stop php")
brew("services stop nginx")
brew("link php --force")
brew("link php --overwrite --force")
brew("services restart dnsmasq", sudo: true)
brew("services restart php", sudo: true)