Skip to content

Commit f48593a

Browse files
authored
Dashy: remove unbound variable (RELEASE) (#5974)
1 parent eba06a2 commit f48593a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install/dashy-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ update_os
1616
NODE_VERSION="22" setup_nodejs
1717
fetch_and_deploy_gh_release "dashy" "Lissy93/dashy"
1818

19-
msg_info "Installing Dashy ${RELEASE} (Patience)"
19+
msg_info "Installing Dashy"
2020
cd /opt/dashy
2121
$STD npm install
2222
$STD npm run build
23-
msg_ok "Installed Dashy ${RELEASE}"
23+
msg_ok "Installed Dashy"
2424

2525
msg_info "Creating Service"
2626
cat <<EOF >/etc/systemd/system/dashy.service

0 commit comments

Comments
 (0)