blob: 79c3bcd8ece2af346115ed005af602cb10ff5581 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/defs.h
2+++ b/defs.h
3@@ -22,7 +22,7 @@ License: GPLv2
4
5 #define min(x, y) ((x)<(y) ? (x) : (y))
6
7-#define PLUGIN_EXPORT_DIR "/var/lib/foolsm"
8+#define PLUGIN_EXPORT_DIR "/tmp"
9
10 #endif
11