Skip to content

Commit 8b71e83

Browse files
committed
lib: Fix /home/pi/PlanktoScope creation
1 parent c739aa7 commit 8b71e83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/file-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function hasConfig(path) {
1717
}
1818

1919
export async function initConfigFiles(hardware_version) {
20-
await mkdir("/home/pi/PlanktoScope")
20+
await mkdir("/home/pi/PlanktoScope", { recursive: true })
2121

2222
await Promise.all([
2323
copyFile(

0 commit comments

Comments
 (0)