Add uninstall rule to makefile

This commit is contained in:
2021-08-21 17:17:25 -07:00
parent 281e1dcbac
commit 81fe634ed8
2 changed files with 11 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ const (
)
func startSocket(dev *infinitime.Device) error {
// Make socket directory if non existant
// Make socket directory if non-existent
err := os.MkdirAll(filepath.Dir(SockPath), 0755)
if err != nil {
return err