From 8348f3831d63c772d808c25469f808601adeba35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 26 Nov 2023 23:53:06 +0100 Subject: [PATCH] change dir --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c95ae14..1d6df9c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,7 @@ use image::{DynamicImage, GenericImageView, Pixel}; use log::{debug, error, info}; /// Folder the camera images are uploaded to -const FOLDER_WITH_NEW_IMAGES: &str = "/dev/shm/camera"; +const FOLDER_WITH_NEW_IMAGES: &str = "/tmp/camera"; //const FOLDER_WITH_NEW_IMAGES: &str = "/tmp/camera"; /// File created in the uploads directory when the upload finishes.