1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 17:10:05 +01:00

Remove .DS_Store file from Caddy directory when starting Caddy

This commit is contained in:
Keith Damiani
2016-10-28 16:48:16 -04:00
parent 733747900e
commit b366d5ebb4

View File

@@ -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);
}