From 23371c94aa387d6753433e23b600339903da8d82 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Tue, 12 Oct 2021 01:05:10 -0600 Subject: [PATCH] change data dir --- server/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.h b/server/config.h index 3313838..e9e5dd9 100644 --- a/server/config.h +++ b/server/config.h @@ -2,4 +2,4 @@ #define MAX_USERS 64 /* Path to cart/realm storage (must include trailing slash) */ -#define DATA_DIR "/home/nilix/src/xrxs/carts/" \ No newline at end of file +#define DATA_DIR "/home/nilix/src/9/xrxs/server/carts/"