Skip to content

Commit

Permalink
Add RELEASE Output
Browse files Browse the repository at this point in the history
Co-authored-by: Håvard Gjøby Thom <[email protected]>
  • Loading branch information
MickLesk and havardthom authored Nov 21, 2024
1 parent 18820d3 commit c0c5ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct/kimai.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
sudo chown -R www-data:www-data /opt/kimai
sudo chmod -R 755 /opt/kimai
echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated ${APP}"
msg_ok "Updated ${APP} to ${RELEASE}"

msg_info "Starting Apache2"
systemctl start apache2
Expand Down

0 comments on commit c0c5ab0

Please sign in to comment.