From 7bf43f007e3b44f99065dc5556559c7a597129d2 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Thu, 22 Jan 2026 20:10:03 +0100 Subject: [PATCH] path issue --- 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 ee224b5b6..a8ce9f634 100644 --- a/install/jotty-install.sh +++ b/install/jotty-install.sh @@ -18,7 +18,7 @@ NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs msg_info "Setup jotty" mkdir -p /opt/jotty wget -q https://github.com/fccview/jotty/releases/download/develop/jotty-prebuild-develop.tar.gz -O /opt/jotty.tar.gz -cd /opt/jotty +cd /opt tar -xzf jotty.tar.gz cd /opt/jotty