From 6b756c95f1d69621591ee4a140f1464633c3f774 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 30 Sep 2025 13:52:56 -0400 Subject: [PATCH] rwMarkable: create the data folders during installation --- install/rwmarkable-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/rwmarkable-install.sh b/install/rwmarkable-install.sh index e74c21eb..b52b0163 100644 --- a/install/rwmarkable-install.sh +++ b/install/rwmarkable-install.sh @@ -22,6 +22,7 @@ export NEXT_TELEMETRY_DISABLE=1 export NODE_ENV=production $STD yarn --frozen-lockfile $STD yarn build +mkdir -p data/{users,checklists,notes} # maybe move some stuff around so the app is in a sensible spot? msg_ok "Successfully built app"