From 07df1c8373e103ce54abf4d137108af6766637b3 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 11 Sep 2024 13:22:38 -0400 Subject: [PATCH] Update spoolman.sh fix `.env` path fixes https://github.com/tteck/Proxmox/issues/3712 --- ct/spoolman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/spoolman.sh b/ct/spoolman.sh index dadff3bf..464ced30 100644 --- a/ct/spoolman.sh +++ b/ct/spoolman.sh @@ -75,7 +75,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v unzip -q spoolman.zip -d spoolman cd spoolman pip3 install -r requirements.txt >/dev/null 2>&1 - cp .env.example .env + wget -q https://raw.githubusercontent.com/Donkie/Spoolman/master/.env.example -O .env echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated ${APP} to ${RELEASE}"