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