From 0f070e1124c61e2de0de88be3988951208c4b29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Mon, 25 May 2026 17:17:06 +0200 Subject: [PATCH] Fixed `No such file or dir` error. --- script/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/deploy.sh b/script/deploy.sh index 588dc2e..7c5240b 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -753,8 +753,8 @@ if [[ ${DEBUG-0} -eq 1 ]]; then DIR_RM_FLAGS="rvf" MKDIR_FLAGS="pv" MV_FLAGS="vu" - STDOUT="${INSTALL_DIR}/logs/std.log" - STDERR="${INSTALL_DIR}/logs/err.log" + STDOUT="${INSTALL_DIR}/web/logs/std.log" + STDERR="${INSTALL_DIR}/web/logs/err.log" else DEBUG=0 FILES_CP_FLAGS="au"