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