From da936c557cc3df2bd1871c81b88cb071c7b9e400 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:00:01 +0100 Subject: [PATCH] fix --- install/yubal-install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install/yubal-install.sh b/install/yubal-install.sh index c007e0317..120aeda97 100644 --- a/install/yubal-install.sh +++ b/install/yubal-install.sh @@ -38,7 +38,7 @@ msg_ok "Installed Deno" msg_info "Creating directories" mkdir -p /opt/yubal \ /opt/yubal_data \ - /opt/yubal/ytdlp + /opt/yubal_config msg_ok "Created directories" fetch_and_deploy_gh_release "yubal" "guillevc/yubal" "tarball" "latest" "/opt/yubal" @@ -60,9 +60,8 @@ msg_info "Creating Service" cat </opt/yubal.env YUBAL_HOST=0.0.0.0 YUBAL_PORT=8001 -YUBAL_DATA_DIR=/opt/yubal_data -YUBAL_BEETS_DIR=/opt/yubal/beets -YUBAL_YTDLP_DIR=/opt/yubal/ytdlp +YUBAL_DATA=/opt/yubal_data +YUBAL_CONFIG=/opt/yubal_config PYTHONUNBUFFERED=1 EOF cat </etc/systemd/system/yubal.service