From 0ee61aa092ae72c10047a658a03bba9a7666a8a0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 11 Sep 2024 12:22:23 -0400 Subject: [PATCH] Update spoolman.sh revert tweak --- ct/spoolman.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/spoolman.sh b/ct/spoolman.sh index 191b5cc3..dadff3bf 100644 --- a/ct/spoolman.sh +++ b/ct/spoolman.sh @@ -75,6 +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 echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated ${APP} to ${RELEASE}"