Update spoolman.sh

tweak
pull/3728/head
tteckster 2 months ago committed by GitHub
parent c502e413de
commit 389b03568d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -75,7 +75,6 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
unzip -q spoolman.zip -d spoolman unzip -q spoolman.zip -d spoolman
cd spoolman cd spoolman
pip3 install -r requirements.txt >/dev/null 2>&1 pip3 install -r requirements.txt >/dev/null 2>&1
cp .env.example .env
echo "${RELEASE}" >/opt/${APP}_version.txt echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated ${APP} to ${RELEASE}" msg_ok "Updated ${APP} to ${RELEASE}"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.