From c09ac3fb31c60cd37bede871ad8f797607816467 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 9 May 2026 02:02:03 -0400 Subject: [PATCH] [Hotfix]Jotty: use absolute path when creating data dir (#14355) --- install/jotty-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/jotty-install.sh b/install/jotty-install.sh index e4f01c94e..725d93d95 100644 --- a/install/jotty-install.sh +++ b/install/jotty-install.sh @@ -17,7 +17,7 @@ NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs fetch_and_deploy_gh_release "jotty" "fccview/jotty" "prebuild" "latest" "/opt/jotty" "jotty_*_prebuild.tar.gz" msg_info "Setup jotty" -mkdir -p data/{users,checklists,notes} +mkdir -p /opt/jotty/data/{users,checklists,notes} cat </opt/jotty/.env NODE_ENV=production