From fa2e4786affc5feff8809bb4589eeafbab23beef Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 15 Sep 2024 17:00:13 -0400 Subject: [PATCH] Update dashy.sh make update verbose --- ct/dashy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/dashy.sh b/ct/dashy.sh index 60ea57db..2193d580 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -76,8 +76,8 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP} mkdir -p /opt/dashy wget -qO- https://github.com/Lissy93/dashy/archive/refs/tags/${RELEASE}.tar.gz | tar -xz -C /opt/dashy --strip-components=1 cd /opt/dashy - npm install &>/dev/null - npm run build &>/dev/null + npm install + npm run build echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated ${APP} to ${RELEASE}"