mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
Remove .DS_Store file from Caddy directory when starting Caddy
This commit is contained in:
@@ -108,7 +108,7 @@ function installCaddyDaemon()
|
||||
function restart()
|
||||
{
|
||||
$this->cli->quietly('sudo launchctl unload '.$this->daemonPath);
|
||||
|
||||
$this->files->unlink(VALET_HOME_PATH.'/Caddy/.DS_Store');
|
||||
$this->cli->quietly('sudo launchctl load '.$this->daemonPath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user