We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c739aa7 commit 8b71e83Copy full SHA for 8b71e83
1 file changed
lib/file-config.js
@@ -17,7 +17,7 @@ async function hasConfig(path) {
17
}
18
19
export async function initConfigFiles(hardware_version) {
20
- await mkdir("/home/pi/PlanktoScope")
+ await mkdir("/home/pi/PlanktoScope", { recursive: true })
21
22
await Promise.all([
23
copyFile(
0 commit comments