Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 52059e4

Browse files
committed
create /tmp/sketches directory at statup
1 parent 69886c7 commit 52059e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ func (p program) run() {
157157
}
158158
}
159159

160+
os.Mkdir("/tmp/sketches", 0777)
160161
addWatcherForManuallyAddedSketches("/tmp/sketches", sketchFolder, status)
161162

162163
select {}

0 commit comments

Comments
 (0)